#signals

[ follow ]
fromMedium
1 week ago

Designing for signals: how intent & instrumentation shape AI-powered experiences

the interfaces we aim to make frictionless, the journeys that help users find value, and the connection to the business outcomes we hope to achieve. That work is becoming even more important today. As AI-driven and generative tools move into our day-to-day workflows, the experiences we design no longer stop at the interface. Interfaces can now generate, adapt, and learn from what users do next. The quality of those learning loops depends on the quality of the signals we build into them.
UX design
Web development
fromLogRocket Blog
1 week ago

Error boundaries are broken - signals can fix them - LogRocket Blog

Signals provide a reactive, component-tree-independent mechanism for consistent error handling across async and background operations, overcoming error boundaries' render-time limitations.
fromInfoWorld
3 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
Django
fromPeterbe
4 months 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 ]