šŸ•¹ļø 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