Open
Description
Here are a few things that I like from Redux that I think could enhance this great lib:
- Single global store: it is very useful to have access to the whole store from any part of the application. Perhaps some documentation on how to do this properly would be useful.
- Action log: in Redux I am able to console.log any action type in any reducer. This is very useful for debugging.
I made a simple counter app with this library and I really like it. I am considering rebuilding a work project to react using this state management library. Great work!