Printscreen da versão final abaixo.
CONTEÚDOS
- useState #01 - OK
- useState #02 - OK
- useEffect - OK
- Desafio useEffect - OK
- useRef #01 - OK
- useRef #02 - OK
- Desafio função Merge - OK
- useMemo - OK
- useCallback - OK
- Context API - OK
- useContext #01 - OK
- useContext #02 - OK
- useReducer #01 - OK
- Desafio useReducer - OK
- useReducer #02 - OK
- Custom Hooks #01 - OK
- Custom Hooks #02 - OK
cd pasta-onde-vai-ser-criado-projeto
npx create-react-app 'nome-do-app'
npm i react-router-dom@5.2.0
npm start
Mais informações sobre os códigos e os hooks no link acima, caderno de anotações.