React-Intro

React JS .ts (typescript)

SPA (Single page application)=>even in changing the tabs of a website the page or url shouldn't change.

Components(grp codes) Data Binding Virtual DOM

                home.jsx (JS xml)

     BannerSection.jsx              Navbar.jsx                   Section.jsx                   Footer.jsx

                                 home.jsx aboutUs.jsx

Redux ( State Management) For local storage Hooks (Life cycle methods): Created, updated, ended => these methods fall under hooks

npx ( node package execution) npx create-react-app project-name