Skip to content

Commit

Permalink
docs: add redux-immer to "Cool things built with immer" (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
salvoravida authored and aleclarson committed Jun 7, 2019
1 parent 65b9d08 commit f247d60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -659,6 +659,7 @@ const newState = increment(state, 2)
- [immer-reducer](https://github.com/epeli/immer-reducer) _Type-safe and terse Redux reducers with Typescript_
- [redux-ts-utils](https://github.com/knpwrs/redux-ts-utils) _Everything you need to create type-safe applications with Redux with a strong emphasis on simplicity_
- [react-state-tree](https://github.com/suchipi/react-state-tree) _Drop-in replacement for useState that persists your state into a redux-like state tree_
- [redux-immer](https://github.com/salvoravida/redux-immer) _is used to create an equivalent function of Redux combineReducers that works with `immer` state. Like `redux-immutable` but for `immer`_
- ... and [many more](https://www.npmjs.com/browse/depended/immer)

## How does Immer work?
Expand Down

0 comments on commit f247d60

Please sign in to comment.