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 |