Hacker News new | ask | show | jobs
by mythz 1216 days ago
What new game changing framework?

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.

2 comments

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.
The post is nothing more than a clickbaity ad for ServiceStack.

> ServiceStack is a simple, fast, versatile and highly-productive full-featured Web and Web Services Framework

https://docs.servicestack.net/why-servicestack

The website is actually a Live Demo of its new npm build-free project template and the post is documentation for the approach and features used by the Project Template.

The page itself also serves as a working demonstration for the features it talks about.

Fair point.