[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]dist/2025-10-29 15:57 -  
[TXT]CHANGELOG.md2025-10-29 15:57 35K 
[TXT]LICENSE.md2025-10-29 15:57 1.1K 
[   ]package.json2025-10-29 15:57 904  
[TXT]README.md2025-10-29 15:57 813 38d15e7 removed strapi.query from api controllers to repair migration on dev server? [كارل مبارك]
# React Router

The `react-router` package is the heart of [React Router](https://github.com/remix-run/react-router) and provides all
the core functionality for both
[`react-router-dom`](https://github.com/remix-run/react-router/tree/main/packages/react-router-dom)
and
[`react-router-native`](https://github.com/remix-run/react-router/tree/main/packages/react-router-native).

If you're using React Router, you should never `import` anything directly from
the `react-router` package, but you should have everything you need in either
`react-router-dom` or `react-router-native`. Both of those packages re-export
everything from `react-router`.

If you'd like to extend React Router and you know what you're doing, you should
add `react-router` **as a peer dependency, not a regular dependency** in your
package.