πŸ•ΉοΈ Learn Fundamentals of ReactJS and Build Counter App πŸ¦”

Counter app using react


Want to improve this page?. Raise a issue on @github.

Whats on this page?

  • Components 🧩: the building blocks of a React application
  • Functional vs Class Components πŸ—οΈ: the two types of components in React and their differences
  • Named and Default Import/Export πŸ“‘πŸ“¦: how to import and export components in React
  • JSX πŸ’»: a syntax extension for JavaScript that allows us to write HTML-like code in our JavaScript
  • Props 🎁: how to pass data from a parent component to a child component
  • Default Props 🏷️🎁: how to set default values for props
  • State πŸ“Š: a way to manage data within a component
  • Creating a Counter App πŸ”’: a hands-on example to demonstrate the concepts we covered
  • Questions to Solve ❓: some practice questions to test your understanding of the material
  • Simple Task 🀏: a hands-on exercise to reinforce your learning

πŸ“Ί Watch Now