DEV Community

Discussion on: Creating a todo app in Elm

Collapse
 
selbekk profile image
selbekk

Well, the way I've read the docs so far, it sounds to me like Elm promotes longer files and more repetition than reusable components that are split out. At least at first.

I'm sure you could create reusable components views here as well though, I kind of did with the radio with label view business.