use-effect-reducer

A [React hook](https://reactjs.org/docs/hooks-intro.html) for managing side-effects in your reducers.

@paprika/seducer

Seducer (simple reducer) is a wrapper on top of React.useReducer, making it easier to use

use-local-slice

A react hook to use reducers for local state in a typesafe way, with an API like createSlice from redux-starter-kit and immer integration.