From 84d4197a6db3c257a0e729d5e600cfddd5277477 Mon Sep 17 00:00:00 2001 From: David Ascher Date: Fri, 24 Mar 2017 14:14:29 +0100 Subject: [PATCH] Add link (#1492) --- examples/with-refnux/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/with-refnux/README.md b/examples/with-refnux/README.md index c838da6f79d61..46efc8c960c74 100644 --- a/examples/with-refnux/README.md +++ b/examples/with-refnux/README.md @@ -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 @@ -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. \ No newline at end of file +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.