Skip to content

Instantly share code, notes, and snippets.

@shipstar
Created September 7, 2015 12:17
Show Gist options
  • Save shipstar/d27da2d1a3b55682ccc0 to your computer and use it in GitHub Desktop.
Save shipstar/d27da2d1a3b55682ccc0 to your computer and use it in GitHub Desktop.
Falcor + React Examples I've found
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