[elm-discuss] Re: JS + React + Redux - How to emulate Elm?

2016-10-05 Thread Nicolas Artman
Here are some tools and libraries I think are worth looking into to give a redux application a more Elm feel: Eslint-plugin-immutable —one of the most critical pieces. Redux Saga / Redux Loop

[elm-discuss] Re: JS + React + Redux - How to emulate Elm?

2016-10-05 Thread Bulat Shamsutdinov
It's not the answer for my case because React + Redux is the stack I'm to use now. But I will still look into it just because it looks interesting, thank you! On Wednesday, October 5, 2016 at 7:54:44 PM UTC+3, Charlie Koster wrote: > > I don't know if this is what you're looking for but rather

[elm-discuss] Re: JS + React + Redux - How to emulate Elm?

2016-10-05 Thread Charlie Koster
I don't know if this is what you're looking for but rather than React/Redux I personally think CycleJS 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