#solidjs

[ follow ]
Web frameworks
fromInfoQ
2 weeks ago

SolidJS 2.0 Beta: First-Class Async, Reworked Suspense and Deterministic Batching

SolidJS 2.0 Beta makes async first-class, redesigns loading and pending behavior, adds mutation primitives, and introduces deterministic scheduling with breaking API changes.
fromInfoWorld
9 months ago

Hands-on with Solid: Reactive programming with signals

Solid.js takes a unique approach to reactive state management that has broadly influenced other reactive front-end JavaScript frameworks. It provides a compact set of reactive primitives built on signals, rather than state, and leverages those to support higher-order functionality. With a clean core design built for speed and a full set of enterprise features, Solid charted an impressive 90% developer satisfaction in the January 2025 State of JavaScript survey. Let's get started with Solid.js.
Web frameworks
[ Load more ]