https://github.com/mrfoxpro/solid-mini
https://github.com/mrfoxpro/solid-mini
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrfoxpro/solid-mini
- Owner: MrFoxPro
- Created: 2024-08-30T18:16:17.000Z (almost 2 years ago)
- Default Branch: mini
- Last Pushed: 2024-11-19T10:13:41.000Z (over 1 year ago)
- Last Synced: 2025-01-06T12:46:20.500Z (over 1 year ago)
- Language: JavaScript
- Size: 13 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simplified solid-js fork:
- wiped all stuff related to SSR / hydration
- removed aliases / react compat support
- removed rxjs support
- removed className support
- exported propTraps for reusing in other libraries
- made `ref` only accept callback, removed runtime check
- scheduler micro-opimisation, removed unnescessary code, introduced ternary (x?.y) operator
- configured to produce only ESM output