What should be the deciding factors to build your software as a SPA or MPA?
For further actions, you may consider blocking this person and/or reporting abuse
What should be the deciding factors to build your software as a SPA or MPA?
For further actions, you may consider blocking this person and/or reporting abuse
xavier2code -
xavier2code -
Aiodrix -
Sandeep Vishnu -
Top comments (2)
What do you want to accomplish? Are you building a frontend to an API? To multiple APIs? Does your web app need offline support? What sort of web app is it? Isn't HTTP caching enough?
Hybrid MPA it's a very interesting avenue. A classic multi page app that's enhanced by tools like Turbolinks or Phoenix LiveView instead of going the full SPA route.
Thanks for the reply... Been off for a while.