Skip to content

Releases: jyash97/middleware-hooks

Initial Release

13 Feb 17:48
Compare
Choose a tag to compare

Includes:

  1. useThunk
    return function from action creators.

  2. useLogger
    log action info with the state changes.

  3. useUndoRedo
    add capability to traverse between past and future states.

  4. usePersist experimental
    persist the reducer state.