We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d4a188 commit 6824823Copy full SHA for 6824823
README.md
@@ -6,7 +6,7 @@ Load page component at `/src/pages` folder based on `window.location.pathname`
6
7
### Install
8
```
9
-yarn add react-dynamic-route
+yarn add react-router-dom react-dynamic-route
10
11
12
<br>
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "react-dynamic-route",
3
"version": "0.0.13",
4
- "description": "Load react component dynamically based on routing path",
+ "description": "Load react component dynamically based on url path",
5
"keywords": [
"react",
"asynchronous",
0 commit comments