Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 409 Bytes

File metadata and controls

16 lines (12 loc) · 409 Bytes

REACT

What?

A JavaScript library(by Meta) for building User Interfaces

Why?

  1. Faster Speed (Uses virtual DOM and only makes minimal changes to the real DOM upon any change)
  2. Offers Reusable Components
  3. Easier to maintain
  4. Most used Frontend web framework by developers worldwide(as of 2022)

Alternatives?

  1. Angular (by Google)
  2. Vue.js

Official React Docs :- https://reactjs.org/