Created
September 7, 2015 12:17
-
-
Save shipstar/d27da2d1a3b55682ccc0 to your computer and use it in GitHub Desktop.
Falcor + React Examples I've found
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
https://github.com/ekosz/postcard-sender | |
- Incorporated with React router | |
- Parent needs to know all fields children will use | |
https://gist.github.com/btholt/a5908e50eec2941ae6d7 | |
- Does some light query consolidation (see `_.union(Plot.queries.movie(), Title.queries.movie(), Year.queries.movie())`) | |
- Doesn't use Flux, but I can see how it could be adapted |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment