javascript - Reasons\ and Benefits to build SPA application -
as understand, spa means
- move maximum of logic client. means client receive json objects server requesting them , nothing else
- push our html single page
- maybe else?
questions
- what reasons/benfits write single page application?
- especially, benefits push our html single page?
one of big differences spas responsiveness. appear more responsive user because there's no gaps while page has load. users can given direct feedback while they're waiting changes (like spinning icons or progress bars). kind of feedback received users , decreases perception of wait-time. users can interacting app in multiple ways, without having wait new page load each interaction.
Comments
Post a Comment