Skip to content

Commit 53294fa

Browse files
authored
Update README.md
1 parent 7fc65ec commit 53294fa

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
@@ -2,7 +2,7 @@
22

33
### Rationale
44
`react`/`react-dom` comes comes with 2 basic assumptions/ideas:
5-
- every UI is hierarchical naturally. This why we have the idea of `components` which wrap each other
5+
- every UI is hierarchical naturally. This why we have the idea of `components` wrap each other
66
- `react-dom` mounts (physically) child component to its parent DOM node by default
77

88
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)