ruby on rails - Does AngularJS make Turbolinks pointless? -



ruby on rails - Does AngularJS make Turbolinks pointless? -

from turbolinks page:

turbolinks makes next links in web application faster. instead of letting browser recompile javascript , css between each page change, keeps current page instance live , replaces body , title in head

if want build rich client-side application angularjs, framework create pointless turbolinks?

the reply no. both work differently , and main goal different.

turbolinks work on rails webapp responds html.

angular js or other js frameworks makes utilize of json api backend.

there not coding required utilize turbolinks. turbolinks way of making pages load faster minimizing content beingness transferred. replacing html body tag

with js framework, have build entire front-end application. particularly useful same backend can used develop mobile apps

ruby-on-rails angularjs turbolinks

Comments

Popular posts from this blog

php - Edges appear in image after resizing -

ios8 - iOS custom keyboard - preserve state between appearances -

Delphi change the assembly code of a running process -