Skip to content

Commit c4a4934

Browse files
committed
readme updated
1 parent ed74791 commit c4a4934

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -166,19 +166,6 @@ export default function BlogPost() {
166166
}
167167
```
168168

169-
This hook returns an object with all matched dynamic parameters, similar to Next.js's `useParams`.
170-
171-
## 📦 No Need to Install `react-router-dom` Separately
172-
173-
All core React Router DOM exports (like `useNavigate`, `useLocation`, `Link`, etc.) are re-exported from `react-next-router`.
174-
**You do not need to install `react-router-dom` separately**—just import everything you need directly from this package:
175-
176-
```jsx
177-
import { Link, useNavigate, useLocation } from "react-next-router";
178-
```
179-
180-
This keeps your dependencies simple and ensures full compatibility.
181-
182169
## 🏗️ Route Grouping (like Next.js `(group)` folders)
183170

184171
Folders wrapped in parentheses will not affect the URL path:

0 commit comments

Comments
 (0)