Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ankitchouhan1020/react-hooks-demo


https://github.com/ankitchouhan1020/react-hooks-demo

Last synced: about 2 months ago
JSON representation

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)