🎯
Focusing
Software Engineering student at INTEC | interests in JavaScript and .NET stacks
-
Newtech
- Santo Domingo de Guzmán, Distrito Nacional
- zelzazor.github.io
- @Zelzazor
Pinned Loading
-
-
-
basic reducer
basic reducer 1import { useReducer } from 'react';
2import { initialState, baseReducer } from './baseReducer';
34export const Component = () => {
5const [state, dispatch] = useReducer(baseReducer, initialState);
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.