What's a difference between a DOM object and a virtual DOM object?


  • A virtual DOM object can update much faster than a regular DOM object.
  • A virtual DOM object can't directly affect HTML.
  • A virtual DOM object will be updated if ANY JSX element renders.


Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.