An open API service indexing awesome lists of open source software.

https://github.com/mrfoxpro/solid-mini


https://github.com/mrfoxpro/solid-mini

Last synced: about 1 year ago
JSON representation

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