Skip to content

Commit 4f86bd0

Browse files
committed
Merge pull request reactjs#6 from mdouglasbrett/patch-1
Small copy change
2 parents e5ad475 + 4a35363 commit 4f86bd0

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
@@ -72,7 +72,7 @@ function UserBox(user) {
7272

7373
## State
7474

75-
A UI is NOT simply a replication of server / business logic state. There is actually a lot of state that is specific to a specific projection and not others. For example, if you start typing in a text field. That may or may not be replicated to other tabs or to your mobile device. Scroll position is a typical example that you almost never want to replicate across multiple projections.
75+
A UI is NOT simply a replication of server / business logic state. There is actually a lot of state that is specific to an exact projection and not others. For example, if you start typing in a text field. That may or may not be replicated to other tabs or to your mobile device. Scroll position is a typical example that you almost never want to replicate across multiple projections.
7676

7777
We tend to prefer our data model to be immutable. We thread functions through that can update state as a single atom at the top.
7878

0 commit comments

Comments
 (0)