Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/poshaughnessy/react-mini-router-test
Test case for: https://github.com/larrymyers/react-mini-router/issues/18
https://github.com/poshaughnessy/react-mini-router-test
Last synced: 22 days ago
JSON representation
Test case for: https://github.com/larrymyers/react-mini-router/issues/18
- Host: GitHub
- URL: https://github.com/poshaughnessy/react-mini-router-test
- Owner: poshaughnessy
- Created: 2015-01-27T18:21:34.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-28T09:41:33.000Z (almost 10 years ago)
- Last Synced: 2024-10-04T17:35:04.365Z (about 1 month ago)
- Language: JavaScript
- Size: 398 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Mini Router Test
Test case for: https://github.com/larrymyers/react-mini-router/issues/18
Steps to reproduce:
* `npm install`
* `bower install`
* `node server`
* Fire up `localhost:3000` in your browser
* Bring up the Network tab in the debugging tools so you can see when a full page request is made
* Click `Page one` - this will load without a full page request
* Click `Page two` - this now causes a full page request