We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23574b5 commit d1b4714Copy full SHA for d1b4714
examples/with-refnux/README.md
@@ -27,7 +27,7 @@ now
27
28
## The idea behind the example
29
30
-This example, just like `with-react` and `with-mobx` examples, shows how to manage a global state in your web-application.
+This example, just like `with-redux` and `with-mobx` examples, shows how to manage a global state in your web-application.
31
In this case we are using [refnux](https://github.com/algesten/refnux) which is an alternative, simpler, purely functional store state manager.
32
33
We have two very similar pages (page1.js, page2.js). They both
0 commit comments