Skip to content

Commit

Permalink
Add link (#1492)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidascher authored and timneutkens committed Mar 24, 2017
1 parent 32af829 commit 84d4197
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/with-refnux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
In this case we are using refnux which is an alternative, simpler, purely functional store state manager.
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

Expand All @@ -51,4 +51,4 @@ In the `store/` directory you can see a simple implmentation of
- a `counterIncrement` action that increments the counter state whe user pushes the corresponding button
- a `setTitle` action that's used to set page title during pages `getInitialProps`

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.
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 comments on commit 84d4197

Please sign in to comment.