Complete Intro to React v6
Videos
▶️
Welcome
Introduction
No Frills React
Pure React
Components
JS Tools
npm
Prettier
ESLint
Git
Parcel
Babel
Browserslist
Core React Concepts
JSX
Hooks
useEffect
Custom Hooks
Handling User Input
Component Composition
React Dev Tools
React Capabilities
React Router
Class Components
Class Properties
Managing State in Class Components
Special Case React Tools
Error Boundaries
Context
Portals and Refs
End of Intro
Conclusion of Complete Intro to React
Ways to Expand on this Project
Intermediate React v3
Welcome
Hooks in Depth
useState
useEffect
useContext
useRef
useReducer
useMemo
useCallback
useLayoutEffect
useImperativeHandle
useDebugValue
TailwindCSS
CSS and React
Tailwind Basics
Tailwind Plugins
Grid and Breakpoints
Positioning
Code Splitting
Code Splitting
Server Side Rendering
Server Side Rendering
Streaming Markup
TypeScript
Modal
TypeScript + ESLint
ThemeContext
Details
ErrorBoundary
Carousel
Pet
useBreedList
SearchParams
Results
App
Redux
Getting Started
Reducers
Action Creators
Providers
Dispatching Actions
Redux Dev Tools
Testing
Intro to Testing React
Basic React Testing
Testing UI Interactions
Testing Custom Hooks
Mocks
Snapshots
Istanbul
End of Intermediate
Conclusion of Intermediate React