1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/lib
Arunoda Susiripala 22776c2eee Implement the Singleton Router API (#429)
* Immplement the initial singleton Router.

* Use the new SingletonRouter for HMR error handling.

* Use SingletonRouter inside the Link.

* Create an example app using the Router.

* Make the url parameter optional in Router.push and Router.replace

* Add a section about next/router in the README.
2016-12-19 06:40:26 -08:00
..
router Implement the Singleton Router API (#429) 2016-12-19 06:40:26 -08:00
app.js Allow for custom route in pushTo and replaceTo methods (#417) 2016-12-18 05:18:50 +09:00
css.js print a deprecated message for next/css (#421) 2016-12-17 13:59:38 -08:00
eval-script.js Bundle all the modules inside the app (#414) 2016-12-17 17:49:10 +09:00
head.js Add default utf-8 charset. (#270) 2016-11-17 15:06:54 -08:00
link.js Implement the Singleton Router API (#429) 2016-12-19 06:40:26 -08:00
prefetch.js Make prefetching works again. (#422) 2016-12-17 13:59:03 -08:00
shallow-equals.js Added linting using standard (#27) 2016-10-16 17:00:17 -07:00
side-effect.js batch update head contents (#129) 2016-10-28 23:39:20 +09:00