Live data from Hacker News

Mithril.js 2.0 Released

github.com

1–10 of 20 posts

Re: Mithril.js 2.0 Released

#6
post #4
post #3

This seems like a significant release, so it's a shame that there's nothing in the changelog or on the interwebs at large that tells me why it matters. Does anyone know?

From v1: https://mithril.js.org/migration-v1x.html#migrating-from-v1x

From v0.2: https://mithril.js.org/migration-v02x.html

Re: Mithril.js 2.0 Released

#7
Huge congrats to the Mithril team. Been using Mithril for over two years now. I credit Mithril and its amazing community for making me the front-end developer I am today. When the massive amount of tooling and plugins for React overwhelmed me, the simplicity of Mithril and its focus on JavaScript fundamentals saved me and helped me gain a better understanding of modern JavaScript UI frameworks.

If you're curious, I highly recommend giving Mithril a shot, if not just for a simple toy project. The Gitter chat (https://gitter.im/mithriljs/mithril.js) is also always active and full of great people.

Re: Mithril.js 2.0 Released

#8
Mithril is a true work of art. Rendering, routing, and XHR are all provided in a bundle under 10kb. All pure JavaScript with no compilation needed. Closure-style components that make React Hooks look wholly unnecessary. And the list goes on.

So many correct decisions made, slowly and carefully, by a fantastic community that values discovering the right way to do things above all else.

Re: Mithril.js 2.0 Released

#10

Can someone explain what Mithril is and why I might want it? Not a troll.

https://github.com/MithrilJS/mithril.js/blob/next/README.md#...

> ”What is Mithril?”

> ”A modern client-side Javascript framework for building Single Page Applications. It's small (9.55 KB gzipped), fast and provides routing and XHR utilities out of the box.”

Post reply on HN