Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tiagobarros01/typescript-custom-hooks
https://github.com/tiagobarros01/typescript-custom-hooks
hooks react typescript
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tiagobarros01/typescript-custom-hooks
- Owner: tiagobarros01
- Created: 2021-11-12T20:45:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-02T14:10:09.000Z (over 2 years ago)
- Last Synced: 2023-03-07T14:39:54.707Z (almost 2 years ago)
- Topics: hooks, react, typescript
- Language: TypeScript
- Homepage:
- Size: 4.21 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Custom React hooks with advanced 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