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