Solid is a declarative JavaScript library for creating user interfaces. It does not use a Virtual DOM. Instead it opts to compile its templates down to real DOM nodes and wrap reactions. This way when your state updates only the code that depends on it runs. Solid's compiler will only include parts of the library you use.

3m read timeFrom github.com
Post cover image
Table of contents
\nThe GistQuick StartDocumentationBrowser SupportCommunity

Sort: