πΉοΈ 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