https://github.com/solidjs/signals
https://github.com/solidjs/signals
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/solidjs/signals
- Owner: solidjs
- License: mit
- Created: 2022-12-08T20:21:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-15T22:29:27.000Z (9 months ago)
- Last Synced: 2025-05-16T13:06:43.841Z (9 months ago)
- Language: TypeScript
- Size: 408 KB
- Stars: 203
- Watchers: 15
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @solidjs/signals
Standalone Reactive implementation to serve as the basis of future (post 1.x) versions of SolidJS. This package aims to be core for Signals library made with rendering in mind so it may have more features and opinions than common Signals libraries, but are still necessary core to accomplish the type of capabilities we intend.
This is not ready for production and should be considered pre-alpha. This package is completely experimental and every release may be breaking. It is also not tuned for performance as of yet as we are still focusing on capability.