Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 3 days ago
JSON representation

Reactive primitives for the web

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 higher

For 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).