frenzyapp / turbolinks

Turbolinks is a direct port of the rails turbolinks gem and the jquery.turbolinks gem for projects using the Laravel 4.1+.
MIT License
163 stars 13 forks source link

Turbolinks 5 #11

Closed Huibin closed 7 years ago

Huibin commented 8 years ago

Hi

Turbolinks 5 kills 3. Any plans to update?

Actually we're planning do a hybrid mobile app, and thinking native+turbolinks is better than js+phonegap. But it needs our Laravel web app implements Turbolinks.

Thank you guys.

tortuetorche commented 8 years ago

Hi Huibin,

I ported Turbolinks 5, but I didn't send a pull request on this project yet. Because I waiting for this pull request https://github.com/helthe/Turbolinks/pull/10 to be merged.

If you want to test it, You can grab the code here: https://github.com/efficiently/turbolinks/tree/turbo5 And if you want a demo, look here: https://github.com/efficiently/laravel_larasset_app/tree/turbo5-l5.1 The composer.json of this demo can be very useful: https://github.com/efficiently/laravel_larasset_app/blob/turbo5-l5.1/composer.json#L7

Cheers, Tortue Torche

Huibin commented 8 years ago

Cool, I will check that.

Thank you Tortue