React basics: Passing data between components
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 parent to a child Sending data from a child to parent For this concept, we'll need to use the useState...
Oct 14, 20213 min read380


