Monday, 13 June 2022

reactjs intorudction overview | what is reactjs in hindi | reactjs hindi...


What is ReactJS

ReactJS is a declarative, efficient, and flexible JavaScript library
Famous for building reusable UI components base development.
An open-source, component-based front end library which is responsible only for the view layer of the application. 
It was initially developed and maintained by Facebook  now become META.
ReactJS was first created by Jordan Walke, a software engineer working for Facebook. 
ReactJS first deployed on Facebook’s newsfeed in 2011 and on Instagram.com in 2012.



Features of ReactJS

  • JSX
  • Virtual DOM Manipulations
  • Components
  • One Way Data Binding
  • Performance


Why use ReactJS?

Allows you to divide your entire application into various components.
Easy to learn.
We can use ReactJS on the client and server side as well as with other frameworks.

No comments:

Post a Comment

Please, Write your valuable comments..