elm Easy dependency integration in Kotlin/JS using the "Elm ports" technique Just starting with Kotlin/JS, I found it hard to use large NPM libraries like Firebase. But my past experiences with Elm and its system of ports helped me find a suitable solution. Let's dive into it!
elm About integrating Firebase in your Elm project This article introduces an example project on how to integrate Firebase and Elm together
elm A short introduction to Ports and Flags in Elm A simple demonstration on how to work with Elm Flags and Ports, with interactive code