問題タブ [react-router-dom]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
reactjs - React Router v4 は複数のルートをレンダリングします
react-router-dom
SPA を作成しており、パッケージ バージョンを使用してアプリケーションでルーティングをセットアップしようとしています4.1.1
。
私のルート定義は以下の通りです:
基本的に、ルーティングを設定して、ルートが定義されていないページへのリクエストが{NotFound}
コンポーネントに送られるようにしたいと考えています。
これはどのように達成できますか?上記のソリューションは、ページをリクエストするときにLogin
と コンポーネントの両方をレンダリングします。NotFound
/login
敬具