Skip to content

Commit 46d0bd4

Browse files
authored
Update README.md
1 parent 5f32d12 commit 46d0bd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
### Rationale
1111
`react`/`react-dom` comes comes with 2 basic assumptions/ideas:
12-
- every UI is hierarchical naturally. This why we have the idea of `components` wrap each other
12+
- every UI is hierarchical naturally. This why we have the idea of "`components` wrap each other"
1313
- `react-dom` mounts (physically) child component to its parent DOM node by default
1414

1515
The problem is that sometimes the second property isn't what you want in your case. Sometimes you want to mount your component into different physical DOM node and hold logical connection between parent and child at the same time.

0 commit comments

Comments
 (0)