1.2.3 • Published 4 years ago

redux-state-branch v1.2.3

Weekly downloads
218
License
-
Repository
-
Last release
4 years ago

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/

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago

0.0.47

5 years ago

0.0.46

5 years ago

0.0.45

5 years ago

0.0.44

5 years ago

0.0.43

5 years ago

0.0.41

5 years ago

0.0.40

5 years ago

0.0.39

5 years ago

0.0.38

5 years ago

0.0.37

5 years ago

0.0.36

5 years ago

0.0.35

5 years ago

0.0.34

5 years ago

0.0.33

5 years ago

0.0.31

5 years ago

0.0.30

5 years ago

0.0.29

5 years ago

0.0.28

5 years ago

0.0.27

5 years ago

0.0.26

5 years ago

0.0.24

5 years ago

0.0.21

5 years ago

0.0.20

6 years ago

0.0.19

6 years ago

0.0.18

6 years ago

0.0.17

6 years ago

0.0.16

6 years ago

0.0.15

6 years ago

0.0.14

6 years ago

0.0.13

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago