mfeineis / elm-transient-state-exploration

An exploration in using custom elements to extend your Elm app with transient local state

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

elm-transient-state

Using custom elements to extend your Elm app with transient local state

Usage

elm make src/App.elm --output=dist/app.js
npx serve -p 8000 .

About

An exploration in using custom elements to extend your Elm app with transient local state

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Elm 50.9%Language:JavaScript 42.0%Language:HTML 7.1%