Slide 35
Slide 35 text
JS Initialization
Prefetch
Relay Data Fetching with Flux/Redux/etc
Prep Stores Process Render
But if we introduce some local state into a view, we're now back in the same situation as before
The application has to load more javascript and prepare that data to render
We've found, though, that using Relay means that there's a lot less need for client state. Since Relay handles loading states, errors, rollback, and more, what's left is just
the actual domain data.