React Props | A way to pass data to child component
Hello Friends, In this post, we will look at How we can use React Props to pass data in the functional component? In the last post we have learned how we can create new React component and use it to render some html. We also looked about JSX. We also tried to add some data … Read more