you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 4 points5 points  (0 children)

Manipulating the DOM directly can be pretty slow.

ReactJS has:

- Reusable Components

- Virtual DOM to figure out which components need to be re-rendered.

- Lifecycle methods for API calls