DEV Community

Discussion on: React Developer's Crash Course into Elm

Collapse
 
johnkazer profile image
John Kazer

You can use Xstate state charts/machines with React, which is pretty significant, is there a similar library for Elm?

Collapse
 
jesterxl profile image
Jesse Warden • Edited

I never looked, but here's a few I found via their Elm package search:

package.elm-lang.org/packages/the-...

package.elm-lang.org/packages/ccap...

package.elm-lang.org/packages/folk...

And there is a way to verify no impossible states:
package.elm-lang.org/packages/stoe...