I have a problem with routing to a specific part of another functional component in React. I have declared Route in Main component and Link around the place where I want to redi
Ok, I found one really good library as a solution, it's called react-scroll and it has an option to wrap link you need in earlier defined scroll link, and to wrap component you want it to link as a specific part of the page with Element with id you gave to scroll link as a parameter... Try it if you need it somehow.