|
|
|
|
|
by appsappsapps
3584 days ago
|
|
Every single comment here is focused on just one aspect of this article: speed. Far more interesting points the article covers are around _how_ Elm optimizes and _how_ developers optimize Elm code. From the conclusion: - Optimizing Elm only touches view code, unlike everyone else. - Optimizing Elm cannot introduce sneaky bugs, unlike everyone else. - These results should generalize to apps of any size. Also interesting is how Elm's immutability allows it to use requestAnimationFrame by default, which plain vanilla JS libs can't use by default. |
|