Skip to content

Initial Release

Latest
Compare
Choose a tag to compare
@jyash97 jyash97 released this 13 Feb 17:48
· 1 commit to main since this release

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.