I don't know if this is what you're looking for but rather than React/Redux I personally think CycleJS <http://cycle.js.org/> is far closer to Elm. It uses observables to chain up pure functions. Side effects are handed off to the "CycleJS runtime" to do things like update the DOM or perform HTTP requests.
It's definitely not the same. It's definitely not the Elm architecture. But you'll recognize the purity of its strategy. -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
