Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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