DEV Community

Discussion on: What is your favourite JavaScript framework?

Collapse
 
weirdmayo profile image
Daniel Mayovsky

Mithril.js without a doubt.
Incredibly powerful framework for creating interfaces. If anyone has never heard of it, they should definitely try it out. I was amazed when I first saw it and fell in love forever.
It is very light, faster than React, and way more suited for Functional programming than popular frameworks out there.
It allows a lot of freedom as to how you want to structure your app and is very forgiving to any of your habits of programming in Vanilla.
Anyone going from Vanilla to Mithril.js will just fall in love immediately. Anyone going from React might be confused at first, but amazed later.

Collapse
 
wolfhoundjesse profile image
Jesse M. Holmes

This sounds fun, and I’m going to give it a try this weekend.