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

https://github.com/vertikajain/react-advanced

Learn React with me! Projects corresponding to vanilla-javascript projects
https://github.com/vertikajain/react-advanced

javascript react reactjs

Last synced: 13 days ago
JSON representation

Learn React with me! Projects corresponding to vanilla-javascript projects

Awesome Lists containing this project

README

          

# Advanced React

## Hooks
1. useState
2. useEffect
3. useRef
4. useReducer
5. useContext
6. useFetch (custom hook)

## Other Concepts
1. Conditional Rendering
2. Controlled and Uncontrolled inputs
3. Props Drill
4. Props Children
5. Props Types
6. React Router

## Resources
1. [Coding Addict](https://www.youtube.com/watch?v=iZhV0bILFb0&ab_channel=CodingAddict)