Closed olliekav closed 9 years ago
Can you give an example of data-no-turbolink
not working for you? I tried it on the demo app and it worked like this:
<p><a class="btn btn-primary" href="/" data-no-turbolink>Re-request this page</a></p>
As of 0.6.0, you can enable the progress bar by accessing the Turbolinks
global that Reactize exposes: https://github.com/ssorallen/turbo-react#enable-a-progress-bar-to-show-pageload-progress
That's great, thanks. I think the 'data-no-turbolink' issue is me not binding my JS events properly for Turbolinks, it's for a responsive nav. Investigating that now.
Is this possible, I can't seem to hook into them at the moment? For example I want to use
And the ProgressBar