Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hung-phan/rails-react-flux-implementation
Attempt to implement Flux design for React.js component
https://github.com/hung-phan/rails-react-flux-implementation
Last synced: about 10 hours ago
JSON representation
Attempt to implement Flux design for React.js component
- Host: GitHub
- URL: https://github.com/hung-phan/rails-react-flux-implementation
- Owner: hung-phan
- Created: 2014-07-26T04:16:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-23T23:15:59.000Z (over 9 years ago)
- Last Synced: 2024-04-10T20:39:01.066Z (7 months ago)
- Language: Ruby
- Size: 164 KB
- Stars: 11
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## What is Flux actually?
An application layer for React. Its purpose is to make application development simple and straightforward. At this point, there are
more documents out there about this topic (For [Flux-Overview](http://facebook.github.io/flux/docs/overview.html)).## Other approaches
Others in the community have made a pile of `Flux` variants, each adding or removing from the general pattern.
- Fluxxor
- ReactFlux
- Fynx
- Reflux
- Fluxy
- Marty
- McFly
- DeLorean
- and so forth.