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: examples/with-refnux/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ now
27
27
28
28
## The idea behind the example
29
29
30
-
This example, just like `with-react` and `with-mobx` examples, shows how to manage a global state in your web-application.
30
+
This example, just like `with-redux` and `with-mobx` examples, shows how to manage a global state in your web-application.
31
31
In this case we are using [refnux](https://github.com/algesten/refnux) which is an alternative, simpler, purely functional store state manager.
32
32
33
33
We have two very similar pages (page1.js, page2.js). They both
0 commit comments