elm-pages retweetledi

There was a new release of @elm_pages today, with a bunch of cool features I get to use in my elm-open-api code gen tool. It's been such a joy to upgrade! Thank you @dillontkearns
English
elm-pages
72 posts

@elm_pages
Build fast, modern sites with the safety and ease of @elmlang! 📚













In your opinion, what are the "pros" of SSG over SSR?




I made a hacker news clone with @elm_pages server-rendered routes using the elm-pages 3.0 alpha. hacker-news-elm-pages.netlify.app You can find the code here: github.com/dillonkearns/e… Thanks to @RyanCarniato for the nice template (and the great streams comparing frontend frameworks!).


For example, you can't "server-side render" Javascript state, only HTML. The React hydration model only really works for applications that reach a fixpoint after one render.



