File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
React Router#
The react-router
package is the heart of React Router and provides all
the core functionality for bothreact-router-dom
andreact-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 eitherreact-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.