This release, the Cmd
can now be mapped and transform to a different Cmd
just like in elm.
I also made a simplification to elm by combining, essentially a Sub
and Cmd
in elm is just a Cmd
in sauron.
There are lots of examples in the project repo where you can try out.
I’d be interested to hear feedback from the elm-community who is interested in using rust and wasm as an alternative to elm.