Last active
August 29, 2015 14:12
-
-
Save imyoungyang/6a4a0c2e7624395fd72e to your computer and use it in GitHub Desktop.
React and Flux Studay
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Yahoo special: | |
* flux-examples https://github.com/yahoo/flux-examples | |
fluxible-app, fluxible-plugin-routr, and fluxible-plugin-fetchr. | |
* fluxible-app https://github.com/yahoo/fluxible-app | |
Pluggable container for isomorphic flux applications that provides interfaces that are common throughout the Flux architecture and restricts usage of these APIs to only the parts that need them to enforce the unidirectional flow. | |
* fetchr https://github.com/yahoo/fetchr | |
Fetchr augments Flux applications by allowing Flux stores to be used on server and client to fetch data |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment