(no title)
somedudethere | 9 years ago
Once you dont need jquery and you actually have a standard library, 2 of the largest requirements to the existing ecosystem (JQuery and Underscore.js) are no longer needed.
Elm looks to handle much of he DOM and events so I doubt you would need React.js or Angular, which just leaves your datastore.
(to better put it, much of the packages in Javascript are there because the language itself is insufficient to describe DOM interactions. Elm was created explicitly for the web thus removes the need for many packages)
lolive|9 years ago