react学習dad-3
react-router-domは第6版から使い方が大きく変わりました.
react-router-domでrouteを使用してpathを設定し、次のコンポーネントを追加します.
<Route path='/'>
<Home />
</Route>
李京宇useHistoryやuseParamsなどの方法を使うべきだ.<Route path='/' component={Home} />
李京宇の道具には歴史やparamsなどが含まれている.Reference
この問題について(react学習dad-3), 我々は、より多くの情報をここで見つけました https://velog.io/@changchanghwang/react-공부-day-3テキストは自由に共有またはコピーできます。ただし、このドキュメントのURLは参考URLとして残しておいてください。
Collection and Share based on the CC Protocol