Passing data between components
In React sharing data between components is common ,There are several ways to do so :-
Props
Context API
Redux or any other state management Tool
Although In this blog we will be studying about Props and How to pass data between Components using...
abhinandan9.hashnode.dev3 min read