Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tiagobarros01/typescript-custom-hooks


https://github.com/tiagobarros01/typescript-custom-hooks

hooks react typescript

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# Custom React hooks with advanced Typescript Typescript ๐Ÿงช

## About
This repo is about the class what I had at @Coders-Club-Codes, teaching about advanced types on Typescript, step by step and also good practices and lean code.

### Hooks taught in this class:

- useAsyncEffect โญ
- useDebouncedValue
- useEventListener โญ
- useIsMounted
- useNumber
- usePreviousValue
- useRecordState โญ
- useToggle