ReactJS Learning path 2022
Hello everyone, we all know that React is here to stay, so I decided to share a road map for someone interested to learn ReactJS this year, as well as some of the best learning resources.
let’s cut to the chase…
React Fundamental
Create React App
Function components
Class Components
JSX
Props and States
useState and useEffect Hooks
Conditional Rendering
Lists and Keys
Building Simple Form
How to modify state
How components rerender
Advanced React concepts
Context, solve props drilling
Higher-order components
Rendering props
Refs, how to access the dom with refs
Error bundery
Rendering UI Outside the dom
HTTP Request
Hooks
useContext
useReducer
useRef
useMemo
useCallback
customHooks
React Ecosystem
State Management
Routing
Styling
Forms
Testing
Misc
Typescript
Storybook, component documenting
React ii8 next
Firebase
Redux
Apollo client
Graphiql
Next
Nuxt
React Native