React is a view framework atop javascript, Elm is a functional programming language. imo, these are not comparable. However, redux is a uni-directional communication, immutable flux architecture inspired by TEA so you'll find these two to almost be a 1 to 1 (Actions -> Msg, Reducer -> Update, State -> Model, Thunk -> Cmd?) I've gone the other way, from react/redux to elm and found that aspect of it the most similar.
For other things like ADTs, no null types, there is nothing afaik on the js side. Elm even breaks away from the 'reusable component' thinking which is core to react, to a 'reusable function' way of looking at things as Evan details in the guide. On Friday, 21 October 2016 03:23:30 UTC+11, Thomas Ballinger wrote: > > Nothing came up from a cursory Google search, does anyone know of or have > interest in a resource like "React for Elm Programmers?" > > I've just done a few Elm projects, but now as I explore the React > ecosystem I'm wishing I had access to explanations in terms of Elm concepts > I'm more familiar with. > -- 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.
