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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ now
27
27
## The idea behind the example
28
28
29
29
This example, just like `with-react` and `with-mobx` examples, shows how to manage a global state in your web-application.
30
-
In this case we are using refnux which is an alternative, simpler, purely functional store state manager.
30
+
In this case we are using [refnux](https://github.com/algesten/refnux) which is an alternative, simpler, purely functional store state manager.
31
31
32
32
We have two very similar pages (page1.js, page2.js). They both
33
33
@@ -51,4 +51,4 @@ In the `store/` directory you can see a simple implmentation of
51
51
- a `counterIncrement` action that increments the counter state whe user pushes the corresponding button
52
52
- a `setTitle` action that's used to set page title during pages `getInitialProps`
53
53
54
-
If you have any comment / question / pull requests please refer to the [original repository](https://github.com/davibe/next.js-example-with-refnux) where this example is developed and maintained.
54
+
If you have any comment / question / pull requests please refer to the [original repository](https://github.com/davibe/next.js-example-with-refnux) where this example is developed and maintained.
0 commit comments