Skip to content
All topics

Components

4 articles about Components, newest first.

Part of these learning paths

  • React
  • JavaScript
  • Components

React Rendering Masterclass

How React Thinks: The Secrets of Fiber, Reconciliation, and Rendering

3 min read
AKAram Khachatryan
780
  • React
  • Components

What is a Component in React?

A component in React is a reusable UI block that maintains its own structure, state, and functions. React is built around components.

1 min read
AKAram Khachatryan
60
  • React
  • Components

The JSX

What is JSX in React?

1 min read
AKAram Khachatryan
40
  • JavaScript
  • React
  • Components

What is React?

What is React and why use it?

1 min read
AKAram Khachatryan
30

Other topics