←back to thread

37 points Brysonbw | 1 comments | | HN request time: 0.213s | source
Show context
stevage ◴[] No.43552982[source]
There seem to be so many of these. I really wonder who is the audience for these. Who needs a framework, is incredibly sensitive to bundle size, and doesn't mind using a bespoke framework with no ecosystem?

I'm just amazed that saving 100kb or whatever could outweigh the other factors.

replies(1): >>43553041 #
wruza ◴[] No.43553041[source]
There seem to be so many of these

I re-evaluate most of them once in a while and there's a lot of looking alive but basically dead and bug-ridden ones. And some bugs are so trivial that it shows that no one uses them seriously.

Mithril is absolutely stable and mature compared to these other hyperscript-ish libs.

Who

Me. I want full control over my data and not outsource it to a lib that will dictate the shape of it. Mithril only does rendering cycles while being completely data-agnostic. It's basically react without its "functional" abracadabra.

replies(2): >>43553923 #>>43558666 #
1. stevage ◴[] No.43553923[source]
That's a great explanation, thanks.