(no title)
benjaminjt | 8 years ago
If you're going to go down the flux path, I would suggest you map out the minimal state which can completely represent your user interface (store structure), then list all the state mutations (actions) which you expect to affect this state. That might help you build up clear picture for how to develop your CRM app.
It's good to keep in mind that at the end of the day React and Redux are just tools, and it is up to you how to use them.
No comments yet.