Skip to content

Commit

Permalink
Add README for example
Browse files Browse the repository at this point in the history
  • Loading branch information
supasate committed Dec 12, 2016
1 parent 8972f49 commit 02b2aa7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions examples/README.md
@@ -0,0 +1,15 @@
# Connected React Router Example

## Install
```bash
yarn
```

## Run
```bash
npm run dev
```

You can try changing counter value and editing some components. Components will be updated while preserving counter state.

In Hello link, you will see that the HelloChild component can access router state (URL path) without passing as props via its parent.

0 comments on commit 02b2aa7

Please sign in to comment.