Speed is one thing, but the fact that you must replicate your business model client AND server-side with Elm is a huge minus. I would take ScalaJS over any 4 of those frameworks any day.
Why not just use Clojure? You've got datomic on the server and datascript on the client, transit on the wire, reader conditionals to share code and much more. Plus everything can be modified as its running. When it comes to web frameworks I don't really care about performance as much as I care about managing complexity. Which is why I'm looking at om.next over all the other frameworks. And managing complexity is not…
Blazing Fast HTML: Elm vs. React vs. Angular vs. Ember
51–55 of 55 posts
Re: Blazing Fast HTML: Elm vs. React vs. Angular vs. Ember
#52Speed is one thing, but the fact that you must replicate your business model client AND server-side with Elm is a huge minus. I would take ScalaJS over any 4 of those frameworks any day.
Re: Blazing Fast HTML: Elm vs. React vs. Angular vs. Ember
#53Earlier quoted context omitted.
Why not just use Clojure? You've got datomic on the server and datascript on the client, transit on the wire, reader conditionals to share code and much more. Plus everything can be modified as its running. When it comes to web frameworks I don't really care about performance as much as I care about managing complexity. Which is why I'm looking at om.next over all the other frameworks. And managing complexity is not…
> Why not just use Clojure? I guess as a professional Python developer, it would take some time to get used to all the parentheses. I've used Emacs for 20+ years, but outside of elisp I've never been comfortable with s-exprs. I had never heard of om.next. I think this is what you mean: https://github.com/omcljs/om ?? correct? > And managing complexity is not something you can benchmark in toy projects - every single…
And in this you were wise! Or at the very least fortunate.
Re: Blazing Fast HTML: Elm vs. React vs. Angular vs. Ember
#54They should really spend more time on making the docs less attrocius for Elm. That's more important than benchmarks. (Coming from someone who appreciates Elm)
Whats the problem with the docs? I mean docs can always be improved but I think the Guide is okay and the package docs are fine...
The architecture docs are ok. --> If you already understand the concept and are willing to read some other tutorials.
The effects docs are... no comment.
Compare the guide to others like from Rust.
A lot of people I've pointed to Elm gave up quickly because there s no good introduction guide. It's not even properly linked as a first, visible entry in on the docs page.
Re: Blazing Fast HTML: Elm vs. React vs. Angular vs. Ember
#55The hard, but very useful, test would be getting a largish random sample of noobs and seeing which framework lets you write code the fastest. Unfortunately, that's an expensive test.
This is why I love angular 1.x so much. I was able to make a product in no time with no experience. Everything was so straight-forward for my mind.
Angular 2 on the other hand. One of my coworkers (to paraphrase) felt like it was GWT all over again (and I agree).