Efficient Declarative UIs with SolidJS: Building User Interfaces, State Management, and More


Summary of my bookmarked Github repositories from Mar 9th, 2023

Github repositories

  • solidjs/solid

    SolidJS is a declarative JavaScript library for building user interfaces. It compiles templates to real DOM nodes and updates them efficiently. The library allows you to declare state and use it throughout your app, with only the relevant code rerunning when the state changes. SolidJS offers fine-grained updates to the DOM, declarative data modeling with reactive primitives, and a render-once mental model. It is a small, fast, and simple library with modern features like JSX, Context, Portals, and more. SolidJS has a growing community and ecosystem with active core team support.