Skip to content

Instantly share code, notes, and snippets.

@imyoungyang
Last active August 29, 2015 14:12
Show Gist options
  • Save imyoungyang/6a4a0c2e7624395fd72e to your computer and use it in GitHub Desktop.
Save imyoungyang/6a4a0c2e7624395fd72e to your computer and use it in GitHub Desktop.
React and Flux Studay
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