How to use nested routes in react router to reuse data

前端 未结 0 757
一个人的身影
一个人的身影 2020-12-06 10:46

hello I want to define routes inside a component

function App() {
    const history = createHistory();

    history.listen((location, action) => {
                 


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题