Functional Programming in Vite with Elm | Lindsay Wardell | ViteConf 2022

preview_player
Показать описание
Elm is a delightful language for building reliable web applications. In this talk, we'll explore what Elm is, how it compares to Javascript, and how we can incorporate it into a Vite-based application.

Speaker: Lindsay Wardell

This talk is part of ViteConf 2022, brought to you by @StackBlitzOfficial
Рекомендации по теме
Комментарии
Автор

I used your tool and it was amazing. Amazing work, thanks!

majorhumbert
Автор

The way Elm's application is embedded in HTML code suggests that Elm compiles to a Single Page Application. Nowadays, a "bare" SPA application is frowned upon in the frontend world, as it has huge problems with SEO and Google Lighthouse metrics (serving up tons of JavaScript).

Is Elm capable of running in a server-side-rendering form?

Can Elm be used on the Node side for backend-development?

coder_one
Автор

This is amazing!!! How would one have gone about integrating Elm into a JS project prior to using vite-plugin-elm? Fantastic talk, kudos!

theunknowndev
Автор

Does Elm have a router or do you recommend doing the page routing in something like Vue?

NoahNobody
Автор

Oh man the syntax looks a little bit like a Nightmare On ELM Street

dominiks
Автор

Great talk and Elm seems exciting, but, I just can't deal with the insanity of indentation as syntax. I dislike Python too for this reason.

mananabanana
Автор

Everything was so good... until the language itself popped up. A little unintuitive, but workable I guess...

vadrif-draco