Routing to specific part of other component in React

后端 未结 3 575
一向
一向 2021-01-27 18:14

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

3条回答
  •  独厮守ぢ
    2021-01-27 18:53

    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.

提交回复
热议问题