Hacker News new | ask | show | jobs
by CitrusFruits 1627 days ago
Preact uses a virtual DOM still.
1 comments

Oh my bad, totally mess this up.

But I think VDOM is pretty much the core idea of react so it just wouldn't make sense for them to get rid of it. And also with React 18 coming with features like automatic batched updates and suspense, I would imagine it would be pretty hard to do without VDOM maybe?

may be it's one of challenges for devs, who ever are interested to make React alternative with same API and dev experiance without VirtualDOM support.