This repository was archived by the owner on Feb 14, 2023. It is now read-only.
2.0.1
New Features
-
Adds a
getDispatchhelper function to return all dispatch functions (created from reducers) currently attached to the global state. #73 -
Allows
useDispatchto be called without any parameters to return all dispatch functions currently attached to the global state.