Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ankitchouhan1020/react-hooks-demo
https://github.com/ankitchouhan1020/react-hooks-demo
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ankitchouhan1020/react-hooks-demo
- Owner: ankitchouhan1020
- Created: 2022-04-13T17:55:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-15T05:19:22.000Z (almost 3 years ago)
- Last Synced: 2024-10-14T13:24:01.833Z (3 months ago)
- Language: HTML
- Size: 14.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repo contains codebase of a internal talk about react hooks.
1. [Initial Setup](https://github.com/ankitchouhan1020/react-hooks-demo/tree/feat/01-initial-setup)
2. [Bailout](https://github.com/ankitchouhan1020/react-hooks-demo/tree/feat/02-usestate-bailout)
3. [Lazy Initialization](https://github.com/ankitchouhan1020/react-hooks-demo/tree/feat/03-usestate-lazy)
4. [Extracting useState to custom useCounter](https://github.com/ankitchouhan1020/react-hooks-demo/tree/feat/04-usestate-to-usecounter)
5. [useReducer Setup](https://github.com/ankitchouhan1020/react-hooks-demo/tree/feat/05-usereduer-setup)
6. [useReducer lazy initialization](https://github.com/ankitchouhan1020/react-hooks-demo/tree/feat/06-usereducer-lazy)
7. [useReducer from useState](https://github.com/ankitchouhan1020/react-hooks-demo/tree/feat/07-usereducer-from-usestate)
8. [useState from useReducer](https://github.com/ankitchouhan1020/react-hooks-demo/tree/feat/08-usestate-from-usereducer)
9. [usePrevious](https://github.com/ankitchouhan1020/react-hooks-demo/tree/feat/09-log-previous-count)
10. [useContext](https://github.com/ankitchouhan1020/react-hooks-demo/tree/feat/10-usecontext)
11. [React Hooks Implementation](https://github.com/ankitchouhan1020/react-hooks-demo/tree/feat/11-my-own-react)Tools: [Blazepack](https://github.com/ameerthehacker/blazepack)