Hacker News new | ask | show | jobs
by namelosw 2620 days ago
There's 3kb Preact with almost identical API.
1 comments

So what's the other 27KB+ for?
Fiber, support fo async rendering, suspense, hooks. A different VDOM algorithm.
Better error handling and messaging...