#components
Read more stories on Hashnode
Articles with this tag
Passing data between components in React is a very powerful concept. In this article, we'll look at the following two things: Sending data from a...
Many times you will have a component that needs to receive or send data to its parent component. Let's draw the following example, we will have an app...