Embedding Elm in some big JavaScript project is not very hard. It's like three lines of JS, but it feels like no one knows about them! So I created react-elm-components to make it much more obvious. It looks like this: import Elm from 'react-elm-components'; import {Chat} from '../dist/elm/chatroom.js'; function render() { return <Elm src={Chat} />; } Why embed Elm like this? Well, tons of folks a