-
-
Notifications
You must be signed in to change notification settings - Fork 10.6k
Update references to ReactTraining #8082
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Change Log | ||
|
||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
Every release is documented on the Github [Releases](https://github.com/ReactTraining/react-router/releases) page. | ||
Every release is documented on the Github [Releases](https://github.com/remix-run/react-router/releases) page. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<p align="center"> | ||
<a href="https://reacttraining.com/react-router/"> | ||
<img alt="react-router" src="https://reacttraining.com/react-router/android-chrome-144x144.png" width="144"> | ||
<a href="https://reactrouter.com/"> | ||
<img alt="react-router" src="https://reactrouter.com/android-chrome-144x144.png" width="144"> | ||
</a> | ||
</p> | ||
|
||
|
@@ -20,37 +20,37 @@ | |
|
||
## Docs | ||
|
||
**[View the docs here](https://reacttraining.com/react-router)** | ||
**[View the docs here](https://reactrouter.com)** | ||
|
||
[Migrating from 2.x/3.x?](/packages/react-router/docs/guides/migrating.md) | ||
|
||
[3.x docs](https://github.com/ReactTraining/react-router/blob/v3/docs) | ||
[3.x docs](https://github.com/remix-run/react-router/blob/v3/docs) | ||
|
||
[2.x docs](https://github.com/ReactTraining/react-router/blob/v2.8.1/docs) | ||
[2.x docs](https://github.com/remix-run/react-router/blob/v2.8.1/docs) | ||
|
||
## Packages | ||
|
||
This repository is a monorepo that we manage using [Lerna](https://github.com/lerna/lerna). That means that we actually publish [several packages](/packages) to npm from the same codebase, including: | ||
|
||
| Package | Version | Docs | Description | | ||
| ------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | | ||
| [`react-router`](/packages/react-router) | [](https://www.npmjs.com/package/react-router) | [](https://reacttraining.com/react-router/core/guides/quick-start) [](/packages/react-router/docs) | The core of React Router | | ||
| [`react-router-dom`](/packages/react-router-dom) | [](https://www.npmjs.com/package/react-router-dom) | [](https://reacttraining.com/react-router/web/guides/quick-start) [](/packages/react-router-dom/docs) | DOM bindings for React Router | | ||
| [`react-router-native`](/packages/react-router-native) | [](https://www.npmjs.com/package/react-router-native) | [](https://reacttraining.com/react-router/native/guides/quick-start) [](/packages/react-router-native/docs) | [React Native](https://facebook.github.io/react-native/) bindings for React Router | | ||
| [`react-router-config`](/packages/react-router-config) | [](https://www.npmjs.com/package/react-router-config) | [](/packages/react-router-config/#readme) | Static route config helpers | | ||
| Package | Version | Docs | Description | | ||
| ------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | | ||
| [`react-router`](/packages/react-router) | [](https://www.npmjs.com/package/react-router) | [](https://reactrouter.com/core/guides/quick-start) [](/packages/react-router/docs) | The core of React Router | | ||
| [`react-router-dom`](/packages/react-router-dom) | [](https://www.npmjs.com/package/react-router-dom) | [](https://reactrouter.com/web/guides/quick-start) [](/packages/react-router-dom/docs) | DOM bindings for React Router | | ||
| [`react-router-native`](/packages/react-router-native) | [](https://www.npmjs.com/package/react-router-native) | [](https://reactrouter.com/native/guides/quick-start) [](/packages/react-router-native/docs) | [React Native](https://facebook.github.io/react-native/) bindings for React Router | | ||
| [`react-router-config`](/packages/react-router-config) | [](https://www.npmjs.com/package/react-router-config) | [](/packages/react-router-config/#readme) | Static route config helpers | | ||
|
||
> **Redux users:** The [`react-router-redux` package](https://github.com/ReactTraining/react-router/tree/5345a820818c8d43ac923558670538a479ac2234/packages/react-router-redux) is now deprecated. See [Redux Integration](https://reactrouter.com/web/guides/deep-redux-integration) for a better approach. | ||
> **Redux users:** The [`react-router-redux` package](https://github.com/remix-run/react-router/tree/5345a820818c8d43ac923558670538a479ac2234/packages/react-router-redux) is now deprecated. See [Redux Integration](https://reactrouter.com/web/guides/deep-redux-integration) for a better approach. | ||
|
||
## Changes | ||
|
||
Detailed release notes for a given version can be found [on our releases page](https://github.com/ReactTraining/react-router/releases). | ||
Detailed release notes for a given version can be found [on our releases page](https://github.com/remix-run/react-router/releases). | ||
|
||
For change notes prior to version 4, please see [the CHANGES.md file](https://github.com/ReactTraining/react-router/blob/8365d4b2e91084265a1da7de911766169fb9e96e/CHANGES.md). | ||
For change notes prior to version 4, please see [the CHANGES.md file](https://github.com/remix-run/react-router/blob/8365d4b2e91084265a1da7de911766169fb9e96e/CHANGES.md). | ||
|
||
## Funding | ||
|
||
You may provide financial support for this project by donating [via Open Collective](https://opencollective.com/react-router), attending [one of our workshops](https://reacttraining.com/workshops/), or purchasing [one of our online courses](https://reacttraining.com/courses/). Thank you for your support! | ||
|
||
## About | ||
|
||
`react-router` is developed and maintained by [React Training](https://reacttraining.com) and many [amazing contributors](https://github.com/ReactTraining/react-router/graphs/contributors). If you're interested in learning more about what React can do for your company, please [get in touch](mailto:[email protected])! | ||
`react-router` is developed and maintained by [React Training](https://reacttraining.com) and many [amazing contributors](https://github.com/remix-run/react-router/graphs/contributors). If you're interested in learning more about what React can do for your company, please [get in touch](mailto:[email protected])! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "react-router-config", | ||
"version": "5.2.1", | ||
"description": "Static route config matching for React Router", | ||
"repository": "ReactTraining/react-router", | ||
"repository": "remix-run/react-router", | ||
"license": "MIT", | ||
"author": "React Training <[email protected]>", | ||
"files": [ | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "react-router-dom", | ||
"version": "5.3.0", | ||
"description": "DOM bindings for React Router", | ||
"repository": "ReactTraining/react-router", | ||
"repository": "remix-run/react-router", | ||
"license": "MIT", | ||
"author": "React Training <[email protected]>", | ||
"files": [ | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "react-router-native", | ||
"version": "5.2.1", | ||
"description": "React Native bindings for React Router", | ||
"repository": "ReactTraining/react-router", | ||
"repository": "remix-run/react-router", | ||
"license": "MIT", | ||
"author": "React Training <[email protected]>", | ||
"main": "main.js", | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.