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
@@ -50,7 +50,7 @@ Read **[The Evolution of Flux Frameworks](https://medium.com/@dan_abramov/the-ev
50
50
* Everything (Stores, Action Creators, configuration) is hot reloadable.
51
51
* Preserves the benefits of Flux, but adds other nice properties thanks to its functional nature.
52
52
* Prevents some of the anti-patterns common in Flux code.
53
-
* Works great in isomoprhic apps because it doesn't use singletons and the data can be rehydrated.
53
+
* Works great in [universal (aka “isomorphic”)](https://medium.com/@mjackson/universal-javascript-4761051b7ae9) apps because it doesn't use singletons and the data can be rehydrated.
54
54
* Doesn't care how you store your data: you may use JS objects, arrays, ImmutableJS, etc.
55
55
* Under the hood, it keeps all your data in a tree, but you don't need to think about it.
56
56
* Lets you efficiently subscribe to finer-grained updates than individual Stores.
0 commit comments