Hacker News new | ask | show | jobs
by hardwaresofton 2862 days ago
They forgot Mithril[0] in the size comparisons -- I haven't seen anything useful beat it in size/value ratio.

[0]: https://mithril.js.org/

2 comments

The comparison was of RealWorld apps - you should contribute a Mithril one so that comparison would be possible next time!

Here's the link:

https://github.com/gothinkster/realworld/blob/master/README....

Have fun!

Somebody started one but needs help finishing: https://github.com/barryels/realworld-mithril/projects/1
Hey thanks for the pointer! I'd never heard of the realworld example apps repo
Out of curiosity, I've downloaded the Mithril implementation of Conduit from

https://realworld-mithril.netlify.com/

I have minified and gzipped `main.js` and it end up around 26k.

It's apparently not feature complete yet.

https://github.com/barryels/realworld-mithril/projects/1

It's safe to assume it will be bigger when it's done, but who knows how much?