ssorallen / turbo-react

A JavaScript library that transitions between static HTML pages on navigation; no app server required.
https://turbo-react.herokuapp.com/
Apache License 2.0
274 stars 16 forks source link

Exceptions should trigger normal pageload #16

Closed ssorallen closed 9 years ago

ssorallen commented 9 years ago

If Reactize throws an exception at any point, it should defer to a full page load. Currently an exception will keep the page in the previous state and make the page appear unresponsive.