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

https://github.com/aaronksaunders/react-mobx-app

playing around with create-react-app and mobx, redux & firebase
https://github.com/aaronksaunders/react-mobx-app

create-react-app firebase-auth firebase-database mobx react react-router reactjs redux

Last synced: 4 months ago
JSON representation

playing around with create-react-app and mobx, redux & firebase

Awesome Lists containing this project

README

          

#react-mobx-app
**Sample Application using [MobX](https://github.com/mobxjs/mobx) to simplify working with [Redux](https://github.com/reactjs/redux) for state management in your [React](https://facebook.github.io/react/) application**
- How to use [randomuser.me](https://randomuser.me/) to make an async request to load data
- How to use [Firebase](http://www.firebase.com/) to make async query and to show how to add items
- Simple integration of [react-router](https://github.com/ReactTraining/react-router)
- multiple stores utilized in example
- incorporated [mobx-react-devtools](https://github.com/mobxjs/mobx-react-devtools)

This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).