visionmedia / page.js

Micro client-side router inspired by the Express router
http://visionmedia.github.com/page.js
7.67k stars 687 forks source link

Is there a way to load partials example without node app (only using the browser stack)? #449

Closed pr3ssh closed 6 years ago

matthewp commented 6 years ago

https://github.com/visionmedia/page.js/pull/450 updates the example so that it works with a normal http server. However, refreshing the browser will not work without server-side routes. See https://github.com/visionmedia/page.js/issues/373 for discussion about that.

matthewp commented 6 years ago

Closed by #450

pr3ssh commented 6 years ago

@matthewp thx!