Skip to content

Latest commit

 

History

History

1.3

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

module 1.3

Why we should use React?

We chose React for our project because it has a strong community and is easy for developers to use. While it may not have super advanced performance features out of the box, the support and resources available make it a solid choice. We know there are other options like Svelte and Solid, but for now, React fits well with our needs.

How does DOM CSSOM work?

Screenshot from 2024-01-09 02-11-32.png

How can improve dom manipulation?

  • batch update
  • less DOM operations

React did?

  • virtual DOM batch update using a different algorithm

Batch Update

Screenshot from 2024-01-09 02-16-55.png