Hacker News new | ask | show | jobs
by ice_cold_etoh 1627 days ago
Did you mean: preact
1 comments

Preact uses a virtual DOM still.
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.