react · React Basics
What advantages does ReactJS have?
Answers
- Increases the application’s performance with Virtual DOM
- JSX makes a code that is easy to read and write
- It renders both on client and server side
- Easy to integrate with other frameworks(Angular, BackboneJS) since it is only a view library
- All of the above