https://github.com/andersdjohnson/firedux
:fire: :hatching_chick: Firebase + Redux for ReactJS
https://github.com/andersdjohnson/firedux
firebase firebase-redux flux flux-architecture react reactjs redux
Last synced: about 1 month ago
JSON representation
:fire: :hatching_chick: Firebase + Redux for ReactJS
- Host: GitHub
- URL: https://github.com/andersdjohnson/firedux
- Owner: AndersDJohnson
- License: mit
- Created: 2015-12-31T23:18:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T06:33:51.000Z (over 2 years ago)
- Last Synced: 2024-05-21T02:21:54.873Z (12 months ago)
- Topics: firebase, firebase-redux, flux, flux-architecture, react, reactjs, redux
- Language: JavaScript
- Homepage: https://andersdjohnson.github.io/firedux/
- Size: 1.85 MB
- Stars: 149
- Watchers: 6
- Forks: 12
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# :fire: :hatching_chick: firedux [](http://badge.fury.io/js/firedux) [](https://travis-ci.org/AndersDJohnson/firedux) [](https://www.firebase.com) [](https://facebook.github.io/react)
> Firebase + Redux for React
[:book: Read the docs!](https://andersdjohnson.github.io/firedux/)
Firedux (_fiery·ducks_) wraps the [Firebase](https://firebase.google.com/) [JavaScript API](https://firebase.google.com/docs/reference/js/)
to dispatch [Redux](http://redux.js.org/) actions
that optimisically & immediately read/write to an in-memory
subset of your data from Firebase,
then asynchronously pull & push data in the background.Also supports some authentication methods and actions.
Works well with [React](https://facebook.github.io/react/).
## Author
**Anders D. Johnson**
+ [github/AndersDJohnson](https://github.com/AndersDJohnson)
+ [twitter/AndersDJohnson](http://twitter.com/AndersDJohnson)## License
Copyright © 2015-2020 [Anders D. Johnson](https://github.com/AndersDJohnson)
Released under the MIT license.