Advantages and Disadvantages of using ReactJS I am new to using React for development. Can someone list the advantages and disadvantages in using ReactJS. Are there any performance issues with using this library for large projects. Advantages of using React: easy to know how a component is rendered, you just look at the render function. JSX makes it easy to read the code of your components. It i..