redux-state-manager
v2.3.0
Published
Easy, typescript friendly, redux store management for APIs, sockets and local events
Downloads
9
Maintainers
Readme
redux state manager
Easy, typescript friendly, redux store management for APIs and sockets. Read the docs to know more
What is it?
Redux State Manager is a library, written on top of redux-saga, that removes boilerplate code and provides and intuitive mode to call APIs
, received WebSocket
messages and manipulate state
data.
Motivation
Redux-Saga is a powerful library for managing asynchronous calls inside react, but it requires lots of boilerplate, unintuitive code, so I decided to create a configurable interface over it that just works
and allows you to focus on fast development instead moving chunks of code from one file to another.
Features
- Simple API request action definition
- No headache WebSocket message listeners
- Clean state manipulation using javascript immutable objects
- Strong typed selectors for accessing the state