DEV Community

Discussion on: How to Pass Data From One Component to Other Component in React?

Collapse
 
vvilliam5 profile image
Williams Oluwafemi

Precise write up, but for beginners i would recommend a learning curve though, start with passing props, then when you are comfortable with that you can move to using the Context Component, and when you feel boss in that too migrate to the big boys of Redux

Collapse
 
dipakkr profile image
Deepak Kumar

Thanks Williams ! I really appreciate it !

You are right as a beginner it's good to first learn the basics then migrate to advanced concepts like Redux or ContextAPI that's why I have not covered these topics in detail.

However, it always better to know what are the possible way to do this.