SkillAgentSearch skills...

Signals

Manage state with style in every framework

Install / Use

/learn @preactjs/Signals
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Signals

Signals is a performant state management library with two primary goals:

  1. Make it as easy as possible to write business logic for small up to complex apps. No matter how complex your logic is, your app updates should stay fast without you needing to think about it. Signals automatically optimize state updates behind the scenes to trigger the fewest updates necessary. They are lazy by default and automatically skip signals that no one listens to.
  2. Integrate into frameworks as if they were native built-in primitives. You don't need any selectors, wrapper functions, or anything else. Signals can be accessed directly and your component will automatically re-render when the signal's value changes.

Read the announcement post to learn more about which problems signals solves and how it came to be.

License

MIT, see the LICENSE file.

View on GitHub
GitHub Stars4.4k
CategoryDevelopment
Updated13h ago
Forks122

Languages

TypeScript

Security Score

100/100

Audited on Mar 21, 2026

No findings