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
Post a Comment