Articles in this series
Learn how react works and how you create your own components of the desired name on react to increase reusability and composability. · Reactjs is a...
We will learn, what are props, different ways of passing props, and how they help to make reusable components. · In our previous article, we learned how...
We will learn how we can map over data to create components of our choice. Then we will check some ways to pass or receive props. · Props are a great way...