From f574b8f9a5b753bdf4a5fb1ba0e12c605cceed8e Mon Sep 17 00:00:00 2001 From: Nikita Bayev Date: Tue, 26 Oct 2021 19:44:02 +0600 Subject: [PATCH] Add proper link to Parcel recipe for React (#3999) --- content/docs/create-a-new-react-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/create-a-new-react-app.md b/content/docs/create-a-new-react-app.md index 8756a2c4..80b28ff6 100644 --- a/content/docs/create-a-new-react-app.md +++ b/content/docs/create-a-new-react-app.md @@ -75,7 +75,7 @@ The following toolchains offer more flexibility and choice. We recommend them to - **[Nx](https://nx.dev/react)** is a toolkit for full-stack monorepo development, with built-in support for React, Next.js, [Express](https://expressjs.com/), and more. -- **[Parcel](https://parceljs.org/)** is a fast, zero configuration web application bundler that [works with React](https://parceljs.org/recipes.html#react). +- **[Parcel](https://parceljs.org/)** is a fast, zero configuration web application bundler that [works with React](https://parceljs.org/recipes/react/). - **[Razzle](https://github.com/jaredpalmer/razzle)** is a server-rendering framework that doesn't require any configuration, but offers more flexibility than Next.js.