Another false dichotomy is server rendered vs single page app, when the happy place is both.
One builds a bundle to embed in a server rendered page, as distinct from other bundles served up with other distinct pages.
Ones rollup file would have an array of build objects, input output params.
The user doesn't have to wait an eternity to download a monolithic single page app bundle.
One doesn't get brain damaged by trying to maintain a monolithic state in a giant monolithic blob of javascript, urls work again, routing is returned to the server, and you could use a different framework on each page if you want to, thats how little it matters at that point.Why is no one mentioning embedding a js bundle in an htmx rendered page?
No comments yet.