Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ Create React App is a great fit for:

Here are a few common cases where you might want to try something else:

- If you want to **try React** without hundreds of transitive build tool dependencies, consider [using a single HTML file or an online sandbox instead](https://reactjs.org/docs/getting-started.html#try-react).
- If you want to **try React** without hundreds of transitive build tool dependencies, consider [using a single HTML file or an online sandbox instead](https://react.dev/learn/start-a-new-react-project#try-react).

- If you need to **integrate React code with a server-side template framework** like Rails, Django or Symfony, or if you’re **not building a single-page app**, consider using [nwb](https://github.com/insin/nwb), or [Neutrino](https://neutrino.js.org/) which are more flexible. For Rails specifically, you can use [Rails Webpacker](https://github.com/rails/webpacker). For Symfony, try [Symfony's webpack Encore](https://symfony.com/doc/current/frontend/encore/reactjs.html).

Expand All @@ -193,7 +193,7 @@ Here are a few common cases where you might want to try something else:

All of the above tools can work with little to no configuration.

If you prefer configuring the build yourself, [follow this guide](https://reactjs.org/docs/add-react-to-a-website.html).
If you prefer adding React to an existing build setup manually, [follow this guide](https://react.dev/learn/add-react-to-an-existing-project).

## React Native

Expand Down
2 changes: 1 addition & 1 deletion docusaurus/docs/documentation-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You can find different topics in the table of contents. On desktop, you should s

## Looking for React Docs?

The documentation for React itself is located on a separate website: **[reactjs.org](https://reactjs.org/)**.
The documentation for React itself is located on a separate website: **[react.dev](https://react.dev/)**.

This website is only about Create React App.

Expand Down
2 changes: 1 addition & 1 deletion packages/cra-template-typescript/template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ You don’t have to ever use `eject`. The curated feature set is suitable for sm

You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).

To learn React, check out the [React documentation](https://reactjs.org/).
To learn React, check out the [React documentation](https://react.dev/).
2 changes: 1 addition & 1 deletion packages/cra-template-typescript/template/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function App() {
</p>
<a
className="App-link"
href="https://reactjs.org"
href="https://react.dev"
target="_blank"
rel="noopener noreferrer"
>
Expand Down
2 changes: 1 addition & 1 deletion packages/cra-template/template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ You don't have to ever use `eject`. The curated feature set is suitable for smal

You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).

To learn React, check out the [React documentation](https://reactjs.org/).
To learn React, check out the [React documentation](https://react.dev/).

### Code Splitting

Expand Down
2 changes: 1 addition & 1 deletion packages/cra-template/template/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function App() {
</p>
<a
className="App-link"
href="https://reactjs.org"
href="https://react.dev"
target="_blank"
rel="noopener noreferrer"
>
Expand Down