SakshiiMehta / React-intro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 57.8%Language:HTML 42.2%