All Questions
2 questions
-1
votes
2
answers
419
views
React.js + Flux, immediate response during history back/forward
In Instagram (web), when you click back/forward arrows - I've noticed that the content isn't loaded from the server and it immediately show up. After reading the docs on react.js + flux, I had this ...
1
vote
1
answer
251
views
What is the approach for implementing FLUX in a CRUD application that pulls JSON data from the server?
While using FLUX in a CRUD application,
according to what I understood, initially the data is returned from an AJAX call and then stored in the STORE. So, all the data that is currently viewed is only ...