AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
How to Use Web Components in Elm
Elm uses a very tiny subset of DOM APIs like I think it's about 10 or 12 maybe DOM specific. They're really just you can write your own DOM and then hey JavaScript if it compiles to it Elm compiles theJavaScript at that point. It works for all them nearly identically as far as I'm able to tell. The general idea is that anything can be a DOM so we don't have to rely on one model over another.