0% found this document useful (0 votes)
4 views2 pages

React 1

Uploaded by

bybit1sai
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views2 pages

React 1

Uploaded by

bybit1sai
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

ReactJS

========
It is a declarative, efficient and flexible javascript library which is used to
develop frontend applications and User interfaces.

It is open source , component based frontend library responsible only for view
layer of the application.

It is developed by Jordon Walke a popular scientist of Facebook.

It is used developed and maintained by Facebook and later they have used in their
own products like whatsapp and instagram.

It is released to the public in the month of May,2013.

The official website of reactjs is www.react.dev.

The latest version of reactjs is v19.0.0.

It is used to create reusable components.

A component is a building block of any react application.

Advantages of ReactJS
======================
> It is easy to learn and easy to use

> It supports virtual DOM

> It is used to create reusable components

> It supports one way data binding

> Good documentation and community support

> It supported by all major browsers

Q) What is the difference between Angular and React?

Angular React
------------ ----------
It is a product of Google. It is a product of Facebook.

It is developed in month of Oct,2015. It is developed in the month of


May,2013.

It is a javascript framework which is used to It is a frontend javascript library


which is
develop web and mobile applications. responsible only for view layer of
the
applications.

It supports two way data binding. It supports one way data binding.

It supports traditional DOM. It supports virtual DOM.


Typescript language is used in angular. JSX language is used in react.

It is used to develop rich featured It is used to develop SPA.


applications. (Single Page Application)

Jasmine and Karma is used as a unit testing Jest and Enzyme is used as a unit
testing
frameworks. frameworks.

It uses 4200 port number. It uses 3000 port number.

List of companies are using angular are List of companies are using react are
JetBlue, paypal, Gmail and etc. Facebook, Whatsapp, Instagram,
Netflix
airbnb and etc.

You might also like