REACT

Learn React: Your First React Component Explained

Part 3 of Learn React from Scratch Series

Aphinya Dechalert
Modules&Methods
Published in
5 min readNov 5, 2021

--

Previously on Learn React from Scratch Series:

React apps are made out of components. But what is a component?

A component in React is a small and reusable chunk of code that renders some HTML. Here is an example of what a simple React component looks like:

Let’s break the above React component down, line by line.

Understanding React and ReactDOM

The first line — import React from 'react'; - brings in the React module from your React library. It also creates an Object called React which you can tap into…

--

--

Aphinya Dechalert
Modules&Methods

Where Development Meets Storytelling: Tech Writer, Editor & Dev Advocate. Translating Complexity into Clarity. DM me. linkedin.com/in/dechalert