DEV Community

Discussion on: What library/language/tool wowed you with its developer experience?

Collapse
 
avalander profile image
Avalander

Elm taught me that code can be elegant and explicit and that you don't need complex layers of abstraction/encapsulation to make things easier to deal with.

Then hyperapp showed me that you don't need a heavy and complex framework with half a dozen libraries to do state management to build powerful and easy to maintain web apps.