Complete Intro to React v6

Complete Intro to React v6 Videos ▶️ 

Complete Intro to React v6 and Intermediate React v3

Table of Contents

  1. Welcome

    1. Introduction
  2. No Frills React

    1. Pure React
    2. Components
  3. JS Tools

    1. npm
    2. Prettier
    3. ESLint
    4. Git
    5. Parcel
    6. Babel
    7. Browserslist
  4. Core React Concepts

    1. JSX
    2. Hooks
    3. useEffect
    4. Custom Hooks
    5. Handling User Input
    6. Component Composition
    7. React Dev Tools
  5. React Capabilities

    1. React Router
    2. Class Components
    3. Class Properties
    4. Managing State in Class Components
  6. Special Case React Tools

    1. Error Boundaries
    2. Context
    3. Portals and Refs
  7. End of Intro

    1. Conclusion of Complete Intro to React
    2. Ways to Expand on this Project
  8. Intermediate React v3

    1. Welcome
  9. Hooks in Depth

    1. useState
    2. useEffect
    3. useContext
    4. useRef
    5. useReducer
    6. useMemo
    7. useCallback
    8. useLayoutEffect
    9. useImperativeHandle
    10. useDebugValue
  10. TailwindCSS

    1. CSS and React
    2. Tailwind Basics
    3. Tailwind Plugins
    4. Grid and Breakpoints
    5. Positioning
  11. Code Splitting

    1. Code Splitting
  12. Server Side Rendering

    1. Server Side Rendering
    2. Streaming Markup
  13. TypeScript

    1. Modal
    2. TypeScript + ESLint
    3. ThemeContext
    4. Details
    5. ErrorBoundary
    6. Carousel
    7. Pet
    8. useBreedList
    9. SearchParams
    10. Results
    11. App
  14. Redux

    1. Getting Started
    2. Reducers
    3. Action Creators
    4. Providers
    5. Dispatching Actions
    6. Redux Dev Tools
  15. Testing

    1. Intro to Testing React
    2. Basic React Testing
    3. Testing UI Interactions
    4. Testing Custom Hooks
    5. Mocks
    6. Snapshots
    7. Istanbul
  16. End of Intermediate

    1. Conclusion of Intermediate React