reboottime / React-Develpment

Some notes, thought, articles or source code readings aggregated here about React Web development.
0 stars 0 forks source link

[Advanced React] 02. Elements, Children, Re-renders #72

Open reboottime opened 4 months ago

reboottime commented 4 months ago

Element, Children, and rerenders

This article is part of an advanced React series tutorials.

Major content




Address the root cause

reboottime commented 4 months ago

The Problem

image
reboottime commented 4 months ago

Fundamentals

Component VS Element

Rendering process

Re-rendering Process

image image


image
reboottime commented 4 months ago

Solution

image



image