jira-ai-fixer/frontend/node_modules/react-router
Ricel Leite 6b020d19a7 Add pre-built frontend 2026-02-18 20:05:41 -03:00
..
dist Add pre-built frontend 2026-02-18 20:05:41 -03:00
CHANGELOG.md Add pre-built frontend 2026-02-18 20:05:41 -03:00
LICENSE.md Add pre-built frontend 2026-02-18 20:05:41 -03:00
README.md Add pre-built frontend 2026-02-18 20:05:41 -03:00
package.json Add pre-built frontend 2026-02-18 20:05:41 -03:00

README.md

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.