On the main page, the top menu looks like this 1 image 1. On the product page, the menu in the sidebar looks like this 2 image 2. How can I pass from the main page to the product page that the item Men is selected, the category of Jackets and Trench Coats and the catalog of Leather jackets.
Asked
Active
Viewed 218 times
0
-
you could use context or pass it as props to the other component if possible – Gene Sy Mar 17 '20 at 08:19
-
you could use redux, or other state management libs. – keikai Mar 17 '20 at 08:22
-
Can i use component Link from react-router or contextApi? – user246328 Mar 17 '20 at 08:27
-
Can someone send link to open source projects (github, bitbacket or etc.)? – user246328 Mar 17 '20 at 08:29
-
If I understand you correctly, you should use url route / params - https://stackoverflow.com/a/44860918/863110 – Mosh Feu Mar 17 '20 at 08:32