-
-
Notifications
You must be signed in to change notification settings - Fork 164
MPA or SPA
There are most of discussions about MPA (Multi-Page Application) and SPA (Single Page Application). But the main approach is your requirements. Both of them has pros and cons when it comes to use for your web application.
The main strength of MPA is SEO management, it is efficient because different keywords can be optimized in the format of one keyword per application. Google crawler's still not good for SPA pages. So if you would like to create a website which required to easy to find and locate, then you should choose MPA.
SPA is an app that works inside a browser and does not require page reloading during use. SPA is simulates the windows forms applications to web environments.
You can check full repository documentations, step by step development and how to build your custom scenario's on this basement in 100+ page eBook PDF from here - http://www.aspnetrun.com.