File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -103,8 +103,7 @@ Much of what makes application development difficult is tracking mutation and
103
103
maintaining state. Developing with immutable data encourages you to think
104
104
differently about how data flows through your application.
105
105
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
108
107
book-keeping which can hurt performance, sometimes dramatically, and creates
109
108
opportunities for areas of your application to get out of sync with each other
110
109
due to easy to make programmer error. Since immutable data never changes,
You can’t perform that action at this time.
0 commit comments