mirror of
https://ghproxy.net/https://github.com/abhijitb/helix.git
synced 2025-08-28 11:42:38 +08:00
Initial commit
This commit is contained in:
commit
153a4e9fd7
345 changed files with 359185 additions and 0 deletions
16
node_modules/react-router/README.md
generated
vendored
Normal file
16
node_modules/react-router/README.md
generated
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
# 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.
|
Loading…
Add table
Add a link
Reference in a new issue