redux-state-manager

Easy, typescript friendly, redux store management for APIs, sockets and local events

Usage no npm install needed!

<script type="module">
  import reduxStateManager from 'https://cdn.skypack.dev/redux-state-manager';
</script>

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