Socket
Socket
Sign inDemoInstall

redux-state-branch

Package Overview
Dependencies
3
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    redux-state-branch

A library for simplified Redux development.


Version published
Weekly downloads
4
increased by300%
Maintainers
1
Install size
56.3 kB
Created
Weekly downloads
 

Readme

Source

Redux StateBranch

https://jamesmfriedman.github.io/redux-state-branch/

What is this library?

If you strip away all of the fancy language about stores, reducers, action creators, epics sagas, thunks... Redux is at its heart just client side database where the reducers are tables. If you've used it to build any number of apps, you'll find yourself doing some version of Create, Read, Update, and Delete lists of items over and over and over again.

redux-state-branch is a thin wrapper for redux that makes creating and interfacing with reducers a breeze by providing a unified api to Create, Read, Update, and Delete data. It's a pattern that allows you to quickly iterate, maintain, and scale your state management across your team and project.

redux-state-branch can be added to any new or existing project and can live alongside other reducers that are using traditional redux patterns.

While this library was created to alleviate some of the overhead of managing redux state, it is still recommended that you familiarize yourself with the general concepts of Redux.

Installation

  • npm install redux-state-branch
[libs]
node_modules/redux-state-branch/flow-typed

Read the Docs https://jamesmfriedman.github.io/redux-state-branch/

FAQs

Last updated on 23 Mar 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc