Skip to content

Commit

Permalink
Update docs/CreateReactApp.md
Browse files Browse the repository at this point in the history
Co-authored-by: adrien guernier <adrien@marmelab.com>
  • Loading branch information
fzaninotto and adguernier authored Jan 25, 2024
1 parent d6c183e commit ceaf03c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/CreateReactApp.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ceaf03c

Please sign in to comment.