asp.net - Why Single-Page Web Application -
while single-page application approach rising web development choice, still don't understand, practically, how losing ability go back/forward in browser o.k sacrifice? imagine facebook without direct page navigation! there essential/direct purpose spa can't hands on?
you wont have give button functionality develop single page application. html5 has history api (and there's polyfills older browsers) allows keep button functioning properly.
the main reason (in opinion) go single page approach more app-like feel gives you. example gmail feels more app web page, , given purpose, think that's way should too. example might pixlr online image editor.
single page approach indeed doesn't suit every purpose, when want webapp feel that, instead of website, single page might way go.
you mentioned direct navigation in comments, , that's totally doable if it's makes sense in context. angularjs can that, , i'm sure pretty every modern single page framework has way of implementing this.
Comments
Post a Comment