Name Description Size Coverage
useDispatch.ts Represents a custom hook that provides a dispatch function from the Redux store. @template DispatchType - The specific type of the dispatch function. @since 9.1.0 @public 3039 -
useReduxContext.ts Hook factory, which creates a `useReduxContext` hook bound to a given context. This is a low-level hook that you should usually not need to call directly. @param {React.Context} [context=ReactReduxContext] Context passed to your `<Provider>`. @returns {Function} A `useReduxContext` hook bound to the specified context. 1440 -
useSelector.ts The frequency of development mode checks. @since 8.1.0 @internal 9762 -
useStore.ts Represents a type that extracts the action type from a given Redux store. @template StoreType - The specific type of the Redux store. @since 9.1.0 @internal 3395 -