Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lsegg/hook-app

Little exercise to study React Hooks
https://github.com/lsegg/hook-app

javascript jest react react-custom-hooks react-hooks react-testing-library react-unit-testing unit-testing vite

Last synced: 23 days ago
JSON representation

Little exercise to study React Hooks

Awesome Lists containing this project

README

        

# Hook App

Little exercise to study React Hooks following the Udemy course [React: De cero a experto ( Hooks y MERN )](https://www.udemy.com/course/react-cero-experto) by [Fernando Herrera](https://github.com/Klerith).

Subjects:

- Write custom Hooks (useCounter, useFetch, etc.)
- useState
- useEffect
- useRef
- useLayoutEffect
- Memo
- useMemo
- useCallback
- useReducer
- useContext
- React Router