https://github.com/keuller/react-observables
React and Observable integration sample
https://github.com/keuller/react-observables
magament mostjs observables preact state
Last synced: 3 months ago
JSON representation
React and Observable integration sample
- Host: GitHub
- URL: https://github.com/keuller/react-observables
- Owner: keuller
- License: mit
- Created: 2017-03-16T22:03:15.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-19T19:24:33.000Z (over 7 years ago)
- Last Synced: 2025-01-23T00:28:08.380Z (4 months ago)
- Topics: magament, mostjs, observables, preact, state
- Language: JavaScript
- Homepage:
- Size: 63.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# preact-rxjs
This simple application shows how to manage the state using Preact and RxJS, through Observables.
To run, just type:
```bash
$ yarn && yarn start
```