Skip to content

Commit f2fd2e8

Browse files
author
Abolfazl Rezvani Naraqi
authored
Merge branch 'main' into sync-4bdb87b1
2 parents 6ecd77c + 6250ec2 commit f2fd2e8

File tree

5 files changed

+68
-63
lines changed

5 files changed

+68
-63
lines changed

src/content/learn/describing-the-ui.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,7 @@ React uses trees to model the relationships between components and modules.
530530

531531
A React render tree is a representation of the parent and child relationship between components.
532532

533+
533534
<Diagram name="generic_render_tree" height={250} width={500} alt="A tree graph with five nodes, with each node representing a component. The root node is located at the top the tree graph and is labelled 'Root Component'. It has two arrows extending down to two nodes labelled 'Component A' and 'Component C'. Each of the arrows is labelled with 'renders'. 'Component A' has a single 'renders' arrow to a node labelled 'Component B'. 'Component C' has a single 'renders' arrow to a node labelled 'Component D'.">
534535

535536
An example React render tree.

0 commit comments

Comments
 (0)