A nice app on Elm street
madewithlove.be
A nice app on Elm street
1–10 of 84 posts
Re: A nice app on Elm street
#2Re: A nice app on Elm street
#3I think the title should be edited. There is no section that combines Elm with React, it's mostly used for comparison.
Re: A nice app on Elm street
#4I always found this to be a weird take. Elm is "Maybe Not As Good" because the average JavaScript developer isn't immediately familiar with it?
Maybe we should just be less averse to learning new things, and I don't think simple syntax swaps really count as new things.
Unrelated: your ToC doesn't work.
Re: A nice app on Elm street
#5> But you will still hit regular road-blocks which learning it because of how alien some of its paradigms are when coming from Javascript. I always found this to be a weird take. Elm is "Maybe Not As Good" because the average JavaScript developer isn't immediately familiar with it? Maybe we should just be less averse to learning new things, and I don't think simple syntax swaps really count as new things. Unrelated:…
It's not a language you can pick up and go as easily as Javascript is more what I meant, in my opinion at least unless, you're already familiar with pure and strictly typed languages.
Re: A nice app on Elm street
#6> But you will still hit regular road-blocks which learning it because of how alien some of its paradigms are when coming from Javascript. I always found this to be a weird take. Elm is "Maybe Not As Good" because the average JavaScript developer isn't immediately familiar with it? Maybe we should just be less averse to learning new things, and I don't think simple syntax swaps really count as new things. Unrelated:…
Re: A nice app on Elm street
#7Re: A nice app on Elm street
#8Re: A nice app on Elm street
#9Re: A nice app on Elm street
#10How does Elm compare to ReasonReact?
I can already tell you that ReasonML definitely has my preference these days over Elm, for the simple fact that I can keep using React with it. I love React, it's one of my favorite frameworks. If you're already familiar with it you're 50% of the way there to learn ReasonReact, whereas with Elm it really lives in its own little universe that you need to get familiar with from scratch.
I find ReasonReact's underbelly a bit messier, and the compiler is not as good nor as clear as Elm's though. And the whole OCaml layer brings some chaos too, like the multiple standard libraries available in ReasonML (OCaml's, ReasonML's, etc) which can all be very confusing when you begin.
So, I wouldn't really know what to tell you, it depends wildly of your experience, what you like, what you're looking for in the language and so on. I'd definitely recommend to give both a shot and see what you like as they're both great languages to me, even if ReasonML has my preference.