A small container component with an isolated Redux store.
Manage state of a component just like redux!
Reduxlet create a redux store, which is context-free, for a single container component.
Let's use actions
and reducer
instead of using this.setState
!
Also, lots of sugar is inside by default. Binding actions to dispatch, composing enhancers and applying middleware become much easier!
Who want to make a VERY POWERFUL component.
- Who needs very strict state control
- Who needs saga for a React Component
This is a monorepo. To find more information, please check the following links!
- Reduxlet : Reduxlet core library.
- Reduxlet Saga : Reduxlet with Redux Saga support. This is a superset of Reduxlet core library.