Nishan Bende
Poorman's Observatory

Poorman's Observatory

Follow

Configuring useReducer with redux-devtools and thunk actions.

May 30, 20195 min read

Creating a custom React useReducer hook to support passing functions as actions. import { useReducer } from 'react' function...

Configuring useReducer with redux-devtools and thunk actions.