Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 8 days 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T06:33:51.000Z (almost 2 years ago)
- Last Synced: 2024-05-21T02:21:54.873Z (6 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
- awesome-react - firedux - Firebase + Redux for ReactJS
README
# :fire: :hatching_chick: firedux [![NPM version](https://badge.fury.io/js/firedux.svg)](http://badge.fury.io/js/firedux) [![Build Status](https://travis-ci.org/AndersDJohnson/firedux.svg)](https://travis-ci.org/AndersDJohnson/firedux) [![Firebase](https://raw.githubusercontent.com/firebase/firebase-chrome-extension/master/icons/icon48.png)](https://www.firebase.com) [![React](https://raw.githubusercontent.com/facebook/react/15-stable/docs/img/logo_small.png)](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.