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

Remove bundled Turbolinks #18

Closed ssorallen closed 9 years ago

ssorallen commented 9 years ago

It's awkward that Turbolinks is bundled in turbo-react but is not modified. Also the docs suggest interacting with the Turbolinks global... two globals exposed? All signs point to letting Turbolinks be an external / peer dependency, making turbo-react a Turbolinks "plugin".