Skip to content

Commit 9a46bed

Browse files
committed
Merge branch 'master' of github.com:facebook/immutable-js
2 parents a15bca1 + 828ab9a commit 9a46bed

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,7 @@ Much of what makes application development difficult is tracking mutation and
103103
maintaining state. Developing with immutable data encourages you to think
104104
differently about how data flows through your application.
105105

106-
Subscribing to data events throughout your application, by using
107-
`Object.observe`, or any other mechanism, creates a huge overhead of
106+
Subscribing to data events throughout your application creates a huge overhead of
108107
book-keeping which can hurt performance, sometimes dramatically, and creates
109108
opportunities for areas of your application to get out of sync with each other
110109
due to easy to make programmer error. Since immutable data never changes,

0 commit comments

Comments
 (0)