You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ debugging tools built into NuclearJS.
16
16
in other flux implementations.
17
17
18
18
4. NuclearJS is insanely efficient - change detection granularity is infinitessimal, you can even observe computed state where several pieces of the state
19
-
map are combined togther an run through a transform function. Nuclear is smart enough to know when the value of any computed changes and only call its observer
19
+
map are combined togther and run through a transform function. Nuclear is smart enough to know when the value of any computed changes and only call its observer
20
20
if and only if its value changed in a way that is orders of magntitude more efficient than traditional dirty checking. It does this by leveraging ImmutableJS data
21
21
structure and using a `state1 !== state2` reference comparison which runs in constant time.
0 commit comments