S
Solid
Fine-grained reactive UI library — no virtual DOM, JSX compiled to real DOM operations, with React-like ergonomics.
Solid’s reactive primitives — signals, effects, and memos — update only the exact DOM nodes that change, with no diffing overhead. It uses JSX like React but compiles it to direct DOM operations. Solid consistently ranks as one of the fastest UI frameworks while providing a familiar development model for React developers.
// commonly used libraries
Powerful async state management for server data — caching, background refetching, pagination, …
http
2019
open source
// tags
frontendreactivejsxperformancespauifine-grained