alternate names for MPA mode? #3498
indirectlylit
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem? Please describe.
Naming things is hard. I would recommend considering alternative names for
mpa
which are more explicit about what it does."SPA" is a common term used to convey that the web app has client-side routing or dynamically-updated content. On the other hand, "MPA" is not as commonly used. Where it is, it refers to the traditional model of web applications where each new page is a new document from the server.
It's confusing for the no-js-by-default mode to be called "MPA" mode, because it's easy to imagine a multi-page application with client-side routing turned off, but with client-side Vue still enabled on each of the independent pages.
Describe the solution you'd like
Recommend that the name is more explicit about the direct outcome: disabling client-side Vue.
Describe alternatives you've considered
No response
Additional context
No response
Validations
Beta Was this translation helpful? Give feedback.
All reactions