elm-pages (@elm_pages) 's Twitter Profile
elm-pages

@elm_pages

Build fast, modern sites with the safety and ease of @elmlang! πŸ“š

ID: 1178020651069607938

linkhttps://elm-pages.com calendar_today28-09-2019 18:56:35

72 Tweet

239 Followers

0 Following

Georges Boris (@georgesboris) 's Twitter Profile Photo

uncover.co Hey folks! Just launched the website for my company – all in Portuguese at the time, pardon me – but I'm pretty happy with it. Built with Elm and elm-pages ! We're based in Brazil and we are building product with functional langs. Exciting! 😊

Dillon Kearns 🌳 (@dillontkearns) 's Twitter Profile Photo

Working on a new elm-pages release. Spoiler: serverless page rendering, and pure Elm API routes. And Netlify on-demand builders support, too. github.com/dillonkearns/e…

@flaviocorpa.com πŸ¦‹ (@flaviocorpa) 's Twitter Profile Photo

Is there any example in github to use elm-pages with wordpress as a CMS? I’d like to explore this for a client and maybe can start playing with it on stream too! Dillon Kearns 🌳 πŸ‘€πŸ€”

Dillon Kearns 🌳 (@dillontkearns) 's Twitter Profile Photo

elm-pages 3.0 is getting so close to release. I'm amazed how simple it is to write full-stack Elm code like this Basic Auth example. Proper auth with cookies is just as simple. More to share soon!

elm-pages 3.0 is getting so close to release. I'm amazed how simple it is to write full-stack Elm code like this Basic Auth example. Proper auth with cookies is just as simple. More to share soon!
Dillon Kearns 🌳 (@dillontkearns) 's Twitter Profile Photo

Elm is a really good fit for this since its state changes are very explicit. In elm-pages, I pre-render HTML for the exact application state from calling init. As simple as that. The update function is never called for pre-rendering.

Dillon Kearns 🌳 (@dillontkearns) 's Twitter Profile Photo

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 Ryan Carniato for the nice template (and the great streams comparing frontend frameworks!).

Dillon Kearns 🌳 (@dillontkearns) 's Twitter Profile Photo

200ms response times for Elm server-rendered HTML with all the initial page data is pretty good! Amazing how you can actually get fast load times when there's a server involved πŸš€ x.com/dillontkearns/…

200ms response times for Elm server-rendered HTML with all the initial page data is pretty good! Amazing how you can actually get fast load times when there's a server involved πŸš€

x.com/dillontkearns/…
Dillon Kearns 🌳 (@dillontkearns) 's Twitter Profile Photo

@[email protected] Wolfgang Schuster Elm elm-pages elm-spa I think the best explanation of elm-pages is that its core is DataSources. They give you data *before* an Elm page's init is ever called. Everything in elm-pages revolves around that idea.

Dillon Kearns 🌳 (@dillontkearns) 's Twitter Profile Photo

With edge compute and tiny cold start costs these days, the only advantages I see to static generation are: 1. Verify that everything succeeded at build-time (so less possible error states at run-time) 2. Easier to do expensive work with data cached correctly

Airsequel (@airsequel) 's Twitter Profile Photo

It's build with elm-pages and loads the posts from an Airsequel database! 😎 We'll publish a blog post about the exact stack soon with some more details! (So don't forget to subscribe to the feed to not miss it! πŸ˜›)

Dillon Kearns 🌳 (@dillontkearns) 's Twitter Profile Photo

I'm very pleased to announce elm-pages v3! This has been my most ambitious undertaking yet. v3 introduces two major new areas: full-stack server-rendered routes, and scripts. Hope you enjoy! elm-pages.com/blog/introduci…

Elm Radio Podcast (@elmradiopodcast) 's Twitter Profile Photo

New episode today about the elm-pages v3 release! We talk about the mental model of elm-pages now that it has server-side rendering and supports full-stack Elm apps. Hope you enjoy! elm-radio.com/episode/elm-pa…

Elm Town (@elmtownpodcast) 's Twitter Profile Photo

Dillon Kearns 🌳 turns the pages of his journey with Elm, from applying meta-learning techniques as a classical piano player & agile coach to building a full-stack Elm framework (elm-pages). elm.town/episodes/elm-t… youtu.be/IfxawI3T0EM

Tomas Latal (@tomaslatal) 's Twitter Profile Photo

Slowly but steadily chomping off my roadmap list for elm-pages blog starter template. One by one. Here is a sneak peek of what's left (see Roadmap - grayed out lines are done) #elm

Slowly but steadily chomping off my roadmap list for elm-pages blog starter template. One by one.

Here is a sneak peek of what's left (see Roadmap - grayed out lines are done)

#elm
Adrian Sieber (@adriansieber) 's Twitter Profile Photo

Tomas Latal Nice! We’re soon going to post a blog post on how to use Airsequel as a CMS for a elm-pages blog (blog.airsequel.com is built that way) elm-pages is just a really wonderful static page generator and I’m glad more people are joining the fun 😊

Wolfgang Schuster (@wolfadex) 's Twitter Profile Photo

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 Dillon Kearns 🌳