Learning-React

Instead of working locally , I am using replit to learn React

Here is a link to my replit profile : https://replit.com/@vaishnaowankar1?path=folder/React-Practice
Concept Resource to learn Repl or code link Note
Functional Components Functional Components Repl link It is advised to use functional components over class components
Class Components Class Components Repl link It is advised to use functional components over class components
Click Event and Functions Youtube Video Repl link Important to understand use of State
State with functional Components Youtube Video Repl link State are used when we need to update any data as it helps in rerendering