Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/universal-ember/reactiveweb
Reactive primitives for the web
https://github.com/universal-ember/reactiveweb
derived derived-data ember emberjs image performance platform react reactive reactive-programming reactivity signals starbeam web
Last synced: 23 days ago
JSON representation
Reactive primitives for the web
- Host: GitHub
- URL: https://github.com/universal-ember/reactiveweb
- Owner: universal-ember
- License: mit
- Created: 2023-10-26T18:51:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-07T22:26:31.000Z (7 months ago)
- Last Synced: 2024-04-07T23:25:49.865Z (7 months ago)
- Topics: derived, derived-data, ember, emberjs, image, performance, platform, react, reactive, reactive-programming, reactivity, signals, starbeam, web
- Language: TypeScript
- Homepage: https://reactive.nullvoxpopuli.com
- Size: 569 KB
- Stars: 6
- Watchers: 1
- Forks: 4
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# reactiveweb
A collection of utilities for helping applications be more reactive.
This library intends to provide convinence utilities for allow derived data patterns and easy and performant reactivity to be added to applications.
## Compatibility
- `ember-source` v3.28 or above
- TypeScript support can only be guaranteed for ember-source @ 4.8 or higherFor v1 ember apps and addons
- `ember-cli-babel` v8.2+
- `ember-auto-import` v2.7+
- Optionally, `@embroider/*` v3+## Installation
```
pnpm add reactiveweb
```## Usage
See [the docs](https://reactive.nullvoxpopuli.com)
## Contributing
See the [Contributing](CONTRIBUTING.md) guide for details.
## License
This project is licensed under the [MIT License](LICENSE.md).