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
- Host: GitHub
- URL: https://github.com/aaronksaunders/react-mobx-app
- Owner: aaronksaunders
- Created: 2017-02-19T07:53:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-20T18:30:16.000Z (over 9 years ago)
- Last Synced: 2025-08-08T10:45:39.406Z (11 months ago)
- Topics: create-react-app, firebase-auth, firebase-database, mobx, react, react-router, reactjs, redux
- Language: JavaScript
- Homepage:
- Size: 69.3 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).