DEV Community

Discussion on: How to select a front-end framework?

Collapse
 
imben1109 profile image
Ben

I just find that Elm architecture is a completely different way to write Javascript. It can be seen as a language which can be compile to JavaScript.

Collapse
 
aspittel profile image
Ali Spittel

Yeah -- Elm is a functional programming language that transpiles to JS, it follows an application structure that Hyperapp mimics, just using JS instead of the Elm language