React - A light weight JavaScript Library
September 13, 2021

React - A light weight JavaScript Library

Anonymous | TrustRadius Reviewer
Score 7 out of 10
Vetted Review
Verified User

Overall Satisfaction with React

It's a flexible lightweight javascript library for building user interfaces. we use to react to develop SPA single-page applications for other departments in our organization. this can be easily tagged with other plugins like bootstrap, material UI and can have a simple component-based project architecture design that is easy to understand by the developers.
  • it's a component based framework that uses JSX to quick rendering HTML content and is responsive to the browser.
  • it supports mobile devices also.
  • it provides flexibility to test UI and functionality on mobile devices simultaneously development cycle. basically, it generates a URL that can be used on mobile devices if you are connected to the same wifi network.
  • flexibility to create your own custom user components that can used with jsx (that allows you to code with JavaScript on your) HTML page.
  • UI looks very clean.
  • Need of improvement of documentation.
  • React doesn't use fully HTML content need to understand JSX syntax.
  • Sometimes state management are getting more complex for large scale applications.
  • Application performance and smooth responsive UI.
  • Easy to build.
  • Cost effective and low maintenance.
  • Cost effective and low maintenance
  • Take less time to development because of reusable components.
  • Responsive UI that can be run on different IOT devices.
It uses JSX so no need to create a separate javascript function to build the application which saves development time.

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?

I wasn't involved with the selection/purchase process

Did implementation of React go as expected?

Yes

Would you buy React again?

Yes

Suited
  • Single Page frontend application.if what to code HTML with javascript.
  • build a lightweight application that takes less time to render content to the browser.