-
Struggling to find great patterns or frameworks for modern server-rendered sites with clean JS enhanced UIs that _aren't_ traditional SPAs
-
maybe that's some sort of 11ty with some sprinkled in JS enhancements?
-
hard to even find Thymeleaf based builds that incorporate modern JS testing and packaging
-
Can we do Nuxt or Gatsby static sites that use browser based non-JS routing?
-
and by "use", i mean are de-coupled in a fashion that pages can use common JS components as-needed but without full SPA routing
-
i truly believe people ran to SPAs because for the first time JS had real engineering builds and tests and deployments. and we just ignored the pieces that bugged us because the Test frameworks were so worth it
-
there's something to be said for sending small packets of data to update the browser vs sending full pages of markup
-
Still true that it’s hard to find a modern HTML first pattern, but this looks promising @mhevery/1407795307706929153
-
One step closer to: @sheetsj/1029854722814103552/
-
Remix, Qwik, Htmx, 11ty Serverless, … eventually we’ll get back to backend agnostic generated pages with sprinkled modern js… getting closer every month!
-
🤔 what if you could return jsx from a Spring MVC controller, instead of using jsp/thymeleaf view files?
-
or if you could have the Spring controller supply front-matter data for a Qwik/React/Vue component?
-
The evolution continues @wimdeblauwe/1601986238470307842