#signals

[ follow ]
fromInfoWorld
2 weeks 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
Django
fromPeterbe
1 month ago

Combining Django signals with in-memory LRU cache - Peterbe.com

Django ORM can efficiently retrieve category data as a dictionary, with cache for performance.
[ Load more ]