harsh1000-hub / React_Practice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React_Practice

Day 0 - 27-12-23

  1. How to create a react project structure == scaffold react app
  2. How to build the components in react && jsx == js extension
  3. Always try to make a css style in react for ex Navbar.Module.css bcz you have to use that file anywhere in the project
  4. How to make a props = props is way to pass data from one component to other component
  5. How to make event Handler = Event handler that basically take a action on particular event for let's say if you are click on darkMode on web page

About


Languages

Language:JavaScript 48.1%Language:HTML 39.7%Language:CSS 12.3%