Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

2.0.1

Choose a tag to compare

@quisido quisido released this 15 May 04:19
· 82 commits to master since this release

New Features

  • Adds a getDispatch helper function to return all dispatch functions (created from reducers) currently attached to the global state. #73

  • Allows useDispatch to be called without any parameters to return all dispatch functions currently attached to the global state.