Dynalon / reactive-state-react-example

A full React Counter/Todo application using reactive-state as a Container plus RxJS instead of Redux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reactive-State example project

This is a small example project that demonstrates the reactive-state container, which is intended to replace redux when using RxJS.

The source code is commented for educational purposes and contains varios examples (from simple to more complex) in order to help anyone interested in reactive-state to get started.

Setup

  1. git clone this repo
  2. npm install
  3. npm start

License

This example project as well as reactive-state itself is licensed under MIT License.

About

A full React Counter/Todo application using reactive-state as a Container plus RxJS instead of Redux


Languages

Language:TypeScript 95.6%Language:JavaScript 4.4%