Answer the question
In order to leave comments, you need to log in
How to pass data from one component to another component?
Good afternoon everyone. I have a component with a photo, in this component there is a button for adding a photo to "Favorites". I want to have a separate page with a list of selected photos. And how can I transfer photos added to favorites to this list?
Answer the question
In order to leave comments, you need to log in
You need to arrange the global storage in some way and add your favorite photos there. This can be done with Redux, MobX, etc., but the easiest way is through React Context .
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question