From ceaf03c9055c3174cb8474fa415e41c9be7cd6d1 Mon Sep 17 00:00:00 2001 From: Francois Zaninotto Date: Thu, 25 Jan 2024 12:24:32 +0100 Subject: [PATCH] Update docs/CreateReactApp.md Co-authored-by: adrien guernier --- docs/CreateReactApp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CreateReactApp.md b/docs/CreateReactApp.md index 340f18b8e30..860278acb78 100644 --- a/docs/CreateReactApp.md +++ b/docs/CreateReactApp.md @@ -7,7 +7,7 @@ title: "Create_React-App Integration" [Create-React-App](https://create-react-app.dev/) allows to bootstrap single-page React applications. It provides a pre-configured build setup with no configuration. -**Warning**: We don't recommend using Create-React-App for new applications, as it is not maintained anymore. Prefer [create-react-admin](./CreateReactAdmin.md) (based on [Vite](./Vite.md)), [Remix](./Remix.md), or [Next.js](./Nextjs.md) instead. +**Warning**: We don't recommend using Create-React-App for new applications, as it is not maintained anymore. Prefer [create-react-admin](./CreateReactAdmin.md) (based on [Vite](./Vite.md)), [Remix](./Remix.md), or [Next.js](./NextJs.md) instead. ## Setting Up Create React App