Hacker News new | ask | show | jobs
by itsbits 1627 days ago
> Now React is stuck with it's virtual DOM. But sure Richard, take the credit for being fast if you want.

Would it be hard for React to remove VirtualDOM(if they don't believe), and maintain most of API?

2 comments

Dan Abramov is fairly responsive on Twitter. I'd ask him.
Did you mean: preact
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.