illustration for React Crash Course with Hooks
pro

React Crash Course with Hooks

Instructor

Chris Achard

14m closed-captioning
·
11 lessons
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
4.3
422
people completed
Published 5 years ago
|
Updated 4 years ago

Get started with React! (with Hooks)

This course gets you up and running with react in under a minute by using codesandbox.io to skip the painful process of setting up your dev environment.

You'll learn:

  • How to write React code with JSX
  • How to "think in React"
  • How to use local state to store changing data
  • How to pass data from parent components to children components using props

So get started now! You need some javascript and HTML experience, but no prior React experience is needed.

What you'll learn:

  • How to write React code with JSX
  • How to "think in React"
  • How to use local state to store changing data
  • How to pass data from parent components to children components using props

Course Content

14m • 11 lessons

    You might also like these resources:

    illustration for The Beginner's Guide to React
    Kent C. Dodds • 2h 29m • Course

    This course is for React newbies and anyone looking to build a solid foundation. It’s designed to teach you everything you need to start building web apps in React right away.

    illustration for Shareable Custom Hooks in React
    Joe Previte • Course • 30m

    In this course, you'll work through refactoring a component to use a custom hook and learn to apply the patterns used by the React team to your own code.

    illustration for Simplify React Apps with React Hooks
    Kent C. Dodds・38m・Course

    Learn Hooks by taking a modern React codebase that uses classes and refactor the entire thing to use function components as much as possible.