Friday, 25 May 2018

Advantages of React.

1- Better application’s performance as compare to other technology as React has very less dependent on external library to build and run the React application.
2- Because of JSX, code’s readability increases.
3- React has very less API as compare to Angular2/Angular6 so it is easy to understand and can use external npm library as per need of application.
4- React is easy to integrate with other frameworks like Meteor, Angular, nw/JS or Electron to build desktop app, etc.

No comments:

Post a Comment

What is diffing algorithm?

  React needs to use algorithms to find out how to efficiently update the UI to match the most recent tree. The diffing algorithms is genera...