This project was bootstrapped with Create React App.
Purpose of this project is to provide an example of a working app using react, redux, react-router, redux-observables.
Clone the repo.
All the dependencies are already here.
Check them at package.json
.
Dependencies:
- prop-types - runtime component props checking
- react-router-dom - simple routing.
- redux - redux state management
- react-router-redux - keep routing state in sync with redux store
- rxjs - RxJS middleware for action side effects in Redux using "Epics"
- redux-observable - Reactive extensions library for JavaScript
- query-string - Utility functions to create query string based on params
- ...react dependencies
You should have create-react-app
to be installed. Install it with the command below.
Download all project dependencies with
Run