Faster UI rendering using React components
January 02, 2020

Faster UI rendering using React components

Viral Patel | TrustRadius Reviewer
Score 10 out of 10
Vetted Review
Verified User

Overall Satisfaction with React

We used this latest frontend technology to create seamless UI components. Yes, It is used by fortune 500 companies in production. It simplified the front end coding effort. It helped us to create faster and efficient web pages. Each component is lightweight and testable separately. Free and lightweight tool. Now, it doesn't require a roundtrip of web pages. UI rendering is improved a lot using React, Redux, Redux-router, Axios tools.
  • User Interface rendering is better than any other framework.
  • UI code is simplified. It's simplified to pass the state across different components.
  • React has room for improvement for simplifying the observer pattern.
  • React is just a library but should be a framework with a good scope for developing full-fledged IDE.
  • It was positive ROI as it improved the UI performance.
It has good community support. Because it is popular, now we can get help easily.

Do you think React delivers good value for the price?

Yes

Are you happy with React's feature set?

Yes

Did React live up to sales and marketing promises?

Yes

Did implementation of React go as expected?

Yes

Would you buy React again?

Yes

React is more suited when you have multiple components like the Facebook application and you don't want to re-render your webpage on every postback.