SCO 114-115, 2nd Floor, sector 34A,Chandigarh, 160034 Contact +91 7347405486 +91 7508920783
info@ webliquidinfotech.com
What is React JS
React is JavaScript library
for building fast and
interactive user interfaces
for the web as well mobile
application
It is an open-source reusable
component based front-end library.
In a model view controller
architecture. React is the view
which is responsible for how
the app looks and feels.
Easy creation of dynamic web application
Performance enhancements
Reusable components
Unidirectional data flow
Small learning curve
Can be used for mobile apps.
JSX is a syntax extension to JavaScript.
It is used with react to describe what
the user interface should look like.
By using JSX, you can write HTML
structures in the same file that
contains JavaScript code.
+
React keeps a lightweight representation of the Real Dom
in the memory, and that is known as the Virtual Dom.
Manipulating Real Dom is much slower than manipulating
Virtual Dom.
When the state of an object changes, Virtual Dom changes
only that object in the Real Dom.
REACT JS COACHING CENTER IN CHANDIGARH

REACT JS COACHING CENTER IN CHANDIGARH

  • 1.
    SCO 114-115, 2ndFloor, sector 34A,Chandigarh, 160034 Contact +91 7347405486 +91 7508920783 info@ webliquidinfotech.com
  • 2.
  • 3.
    React is JavaScriptlibrary for building fast and interactive user interfaces for the web as well mobile application
  • 4.
    It is anopen-source reusable component based front-end library.
  • 5.
    In a modelview controller architecture. React is the view which is responsible for how the app looks and feels.
  • 7.
    Easy creation ofdynamic web application Performance enhancements Reusable components Unidirectional data flow Small learning curve Can be used for mobile apps.
  • 9.
    JSX is asyntax extension to JavaScript. It is used with react to describe what the user interface should look like.
  • 10.
    By using JSX,you can write HTML structures in the same file that contains JavaScript code.
  • 11.
  • 12.
    React keeps alightweight representation of the Real Dom in the memory, and that is known as the Virtual Dom. Manipulating Real Dom is much slower than manipulating Virtual Dom. When the state of an object changes, Virtual Dom changes only that object in the Real Dom.