how to use usereducer and contexxt api in react code example
Example: what does the useReducer do in react
const [state, dispatch] = useReducer(reducer, initialState);
const [state, dispatch] = useReducer(reducer, initialState);