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
421
people completed
Published 5 years ago
|
Updated 3 years ago

Get started with React and learn about the basics of 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.

And in just under fourteen minutes you'll know enough about React to start building your own apps with it. You will learn practical skills such as displaying lists by looping over arrays of data, and asynchronously fetching data from an external API with the useEffect hook.

So get started now! No prior React experience is needed. You just need to need to know basic HTML and JavaScript.

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.