Bootstrap an rx-jsx app
Jump right into developing an RxJS driven front end application. This app includes an example counter domain, and todo domain with corresponding UI elements.
Fork the repo, clone it locally.
yarn
or npm i
yarn start
or npm start
Working with rx-jsx https://github.com/taterer/rx-jsx/tree/main/package
Fast, easy, domain driven design.
Create react app: 1447 packages (6 high severity vulnerabilities), 48.38kB bundle (gzipped).
Create rxjsx app: 212 packages (0 vulnerabilities), 43.23kB bundle (un-gzipped ~12kB gzipped)
Rx Entity framework https://github.com/taterer/rx-entity
Persistence https://github.com/taterer/persist
UI https://github.com/taterer/rx-jsx
Router https://github.com/taterer/rx-router
Don't forget about this tool! https://github.com/taterer/rxjs-debugger
The UI https://github.com/taterer/rx-jsx repository has exercises to learn RxJS. Clone the repo and work through the exercises in your development environment.
Other great resources include: https://rxjs.dev/ and https://www.rxjs-fruits.com/