Comment on Best practices for building large React applicationsparentComments−chowes11yThe 'vanilla' implementation of Flux is very verbose, due to its declarative natureThe Relay system they're talking about is in reference to http://facebook.github.io/react/blog/2015/02/20/introducing-..., which is how Facebook manages data fetching at the component level.−jxm26211yOh yeah I get the part about flux being verbose :) Probably should have omitted that part and just asked about what they meant by the Backbone model cache.Thanks for the link! Wasn't even aware of Relay.−ville11yRelay technical preview was open sourced today: http://facebook.github.io/react/blog/2015/08/11/relay-techni...
Comments
The 'vanilla' implementation of Flux is very verbose, due to its declarative nature
The Relay system they're talking about is in reference to http://facebook.github.io/react/blog/2015/02/20/introducing-..., which is how Facebook manages data fetching at the component level.
Oh yeah I get the part about flux being verbose :) Probably should have omitted that part and just asked about what they meant by the Backbone model cache.
Thanks for the link! Wasn't even aware of Relay.
Relay technical preview was open sourced today: http://facebook.github.io/react/blog/2015/08/11/relay-techni...