You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is just a simple app to show how you can the flux architecture with reactJS works. Code is pretty heavily commented so shouldn't be much of a problem to understand.
To run this app
npm install
npm start
Then just open the index.html file in a browser.
About
Easy example for the flux architecture with reactjs.