mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Update incorrect example reference in readme (#1901)
In the `with-refnux` eample.
This commit is contained in:
parent
23574b5489
commit
d1b47146d3
|
@ -27,7 +27,7 @@ now
|
|||
|
||||
## The idea behind the example
|
||||
|
||||
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.
|
||||
In this case we are using [refnux](https://github.com/algesten/refnux) which is an alternative, simpler, purely functional store state manager.
|
||||
|
||||
We have two very similar pages (page1.js, page2.js). They both
|
||||
|
|
Loading…
Reference in a new issue