SolidJS is a modern JavaScript library for building web user interfaces. It takes a reactive approach to building UIs, which means that the UI updates automatically in response to changes in the underlying data or state. SolidJS uses a fine-grained reactivity and compiles the components down to highly optimized code with minimal overhead.
Table of contents
SolidJS vs ReactWhy is SolidJS a lot more than a React or Svelte alternative?Signals: more than state variablesOther SolidJS conceptsSort: