0
1
llucycodes42
The code defines an immutable state and a function to dispatch an action to one or more reducers.
Library: react
Shortcut: use_reducer_snippet
const [state, dispatch] = useReducer(first, second, third)
0
1
llucycodes42
The code defines an immutable state and a function to dispatch an action to one or more reducers.
Library: react
Shortcut: use_reducer_snippet
const [state, dispatch] = useReducer(first, second, third)