elmish-react

My elmish React attempt with mini-signals

Usage no npm install needed!

<script type="module">
  import elmishReact from 'https://cdn.skypack.dev/elmish-react';
</script>

README

Elmish React attempt with Mini-signals

This is my personal attempt with Elm Architecture

Inspired in Dan Abramov's attempt

Running

It's up on Github Pages.

You can also

git clone https://github.com/paparga/elmish-react.git
cd elmish-react
npm install
npm start
open http://localhost:3000

License

MIT