#usereducer
Read more stories on Hashnode
Articles with this tag
The useReducer Hook notes: const [state, dispatch] = useReducer(reducer, initialArg, init?) Below lets understands the parameters, returns &...