React icon
React icon

React

 74 likes

A JavaScript library for building user interfaces.

React screenshot 1

License model

  • FreeOpen Source

Application type

Platforms

  • Mac
  • Windows
  • Linux
  • Online
4.8 / 5 Avg rating (5)
74 likes
5comments

Features

Suggest and vote on features

Properties

  1.  Customizable

Features

  1.  Extensible by Plugins/Extensions
  2.  Modular System
  3.  Virtual DOM
  4.  View layer abstraction
  5.  Argument mapping

React News & Activities

Highlights All activities

Recent News

Show more news

Recent activities

Show all activities

React information

  • Developed by

    Facebook Inc.
  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Rating

    Average rating of 4.8
  • Alternatives

    57 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

GitHub repository

  •  230,272 Stars
  •  48,184 Forks
  •  908 Open Issues
  •   Updated Dec 10, 2024 
View on GitHub

Popular alternatives

View all

Top React apps (extensions / mods etc)

View all

Our users have written 5 comments and reviews about React, and it has gotten 74 likes

React was added to AlternativeTo by Graziella on Mar 6, 2015 and this page was last updated Sep 24, 2020.

Comments and Reviews

   
 Post comment/review
Nasch Dax
  
Top positive commentAug 30, 2023

Solid after so many years. But to be fair there are quite a lot frameworks out there by now and you wonder if it still makes sense at all to care about any framework. NextJS has taken over in popularity and before React the vueJS framework was quite solid.

This might save time in the first weeks of developing but as soon as your framework is outdated you will have a hard time. On the one hand the die hard fans that wont drop their framework and on the other hand you cant get new devs on the team as they dont want to learn old stuff. burning money.

maybe frameworks are just wrong overall.

0
ab1
  
Positive commentApr 27, 2022

Some plugins are good.

0
digitalnikhil
  
Positive comment
Pending approval

How to grow as a freelance react native developer?
If you want to grow as a freelance react native developer, then you need the right freelancing portal that will provide you with projects from quality clients. Eiliana gives React Native developers more react native development projects from quality client Source:- https://bit.ly/3oQ2VOF

0
Florian Wendelborn
  
Positive commentJul 16, 2021

Easy to learn, no-nonsense approach. Best-in-class IDE & tooling support. Works for every size of project. Biggest player in the frontend engineering space, therefore easy to find experienced developers and resources

0
Kevin Peters
  
Positive commentOct 8, 2020

React.js is the most-used framework in the SPA world probably these days. It has a rich ecosystem and developer experience is really good.

0

What is React?

A JavaScript library for building user interfaces by Facebook.

Declarative

React makes it painless to create interactive UIs. Design simple views for each state in your application, and React will efficiently update and render just the right components when your data changes. Declarative views make your code more predictable and easier to debug.

Component-Based

Build encapsulated components that manage their own state, then compose them to make complex UIs. Since component logic is written in JavaScript instead of templates, you can easily pass rich data through your app and keep state out of the DOM.

Learn Once, Write Anywhere

We don’t make assumptions about the rest of your technology stack, so you can develop new features in React without rewriting existing code. React can also render on the server using Node and power mobile apps using React Native icon React Native.

Official Links