0% found this document useful (0 votes)
98 views

React Learning Path 2020

This document outlines a learning path for React that covers fundamentals like function and class components, JSX, props and state, and hooks. It then discusses state management with Redux and Mobx, routing with React Router, styling with Styled Components and Emotion, forms with Formik and React Hook Form. Testing with Jest and React Testing Library is covered along with TypeScript, Storybook, internationalization with React i18Next, and libraries like React Native, Gatsby and Next.js. Advanced topics include context, higher order components, render props, refs, error boundaries and portals.

Uploaded by

Java Man
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
98 views

React Learning Path 2020

This document outlines a learning path for React that covers fundamentals like function and class components, JSX, props and state, and hooks. It then discusses state management with Redux and Mobx, routing with React Router, styling with Styled Components and Emotion, forms with Formik and React Hook Form. Testing with Jest and React Testing Library is covered along with TypeScript, Storybook, internationalization with React i18Next, and libraries like React Native, Gatsby and Next.js. Advanced topics include context, higher order components, render props, refs, error boundaries and portals.

Uploaded by

Java Man
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Create React App

Function Components

Class Components

JSX
Fundamentals Props and State

useState and useEffect Hooks

setState and Component Lifecycle Methods

Conditional Rendering

Lists and Keys

Building Simple Forms


State Management Redux/ Mobx

Apollo Client
Routing
React Router

Styled Components/ Emotion


Styling
Tailwind CSS

Chakra UI / Material UI / Ant Design


Forms Formik

React Hook Form


Ecosystem Jest + React Testing Library
React Learning Path 2020 Cypress
Testing
TypeScript

Storybook

React i18Next
Misc
Firebase

Practical React Libraries

Gatsby

Next.js
Context
Next Steps
React Native
Higher Order Components

Render Props

Refs

Error Boundaries

Portals
HTTP Requests GET

POST
Advanced Topics
useContext

useReducer

useRef

Hooks useMemo

useCallback

Custom Hooks

You might also like