WUT_Computer_Science/EGUI/lab3/front/node_modules/react-router
2022-06-15 03:02:51 +02:00
..
lib chore 2022-06-15 03:02:51 +02:00
umd chore 2022-06-15 03:02:51 +02:00
index.d.ts chore 2022-06-15 03:02:51 +02:00
index.js chore 2022-06-15 03:02:51 +02:00
index.js.map chore 2022-06-15 03:02:51 +02:00
LICENSE.md chore 2022-06-15 03:02:51 +02:00
main.js chore 2022-06-15 03:02:51 +02:00
package.json chore 2022-06-15 03:02:51 +02:00
react-router.development.js chore 2022-06-15 03:02:51 +02:00
react-router.development.js.map chore 2022-06-15 03:02:51 +02:00
react-router.production.min.js chore 2022-06-15 03:02:51 +02:00
react-router.production.min.js.map chore 2022-06-15 03:02:51 +02:00
README.md chore 2022-06-15 03:02:51 +02:00

React Router

The react-router package is the heart of React Router and provides all the core functionality for both react-router-dom and 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.