The post talks about how it’s using JavaScript Modules and Import Maps to avoid needing an npm build system, how it’s gone back to traditional MPA server rendered pages to avoid SPA client routing and heavy state, how that approach lets you use any JS library in each page without affecting deps or build sizes of other pages, which libraries are good for use without a build system, the productivity features of its client and Vue component library and techniques it uses to load components fast with embedded JSON and pages fast with htmx’s boost feature which is a popular pjax implementation that’s a common performance technique that websites like GitHub uses.
None of this is framework dependent and is achievable with any server html framework.
Vue 3 adopting modern features without npm build. You are correct that it's not framework dependent and this is the reason for my comment.
The post starting about the build process following by how awesome new Vue is. IMO it two different points and build process is not making Vue unique but the post indeed.
mythz|3 years ago
The post talks about how it’s using JavaScript Modules and Import Maps to avoid needing an npm build system, how it’s gone back to traditional MPA server rendered pages to avoid SPA client routing and heavy state, how that approach lets you use any JS library in each page without affecting deps or build sizes of other pages, which libraries are good for use without a build system, the productivity features of its client and Vue component library and techniques it uses to load components fast with embedded JSON and pages fast with htmx’s boost feature which is a popular pjax implementation that’s a common performance technique that websites like GitHub uses.
None of this is framework dependent and is achievable with any server html framework.
elvin_d|3 years ago
dalmo3|3 years ago
> ServiceStack is a simple, fast, versatile and highly-productive full-featured Web and Web Services Framework
https://docs.servicestack.net/why-servicestack