From 9f620866cbe80ea3400d791f6560c594aeb87a51 Mon Sep 17 00:00:00 2001 From: roadmap bot <135830415+roadmap-bot@users.noreply.github.com> Date: Wed, 5 Jul 2023 22:15:27 +0100 Subject: [PATCH] chore: add resource under react:cli-tools:create-react-app --- .../react/content/101-cli-tools/101-create-react-app.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/roadmaps/react/content/101-cli-tools/101-create-react-app.md b/src/data/roadmaps/react/content/101-cli-tools/101-create-react-app.md index 95c563048..2f14b7bce 100644 --- a/src/data/roadmaps/react/content/101-cli-tools/101-create-react-app.md +++ b/src/data/roadmaps/react/content/101-cli-tools/101-create-react-app.md @@ -6,5 +6,5 @@ It sets up your development environment so that you can use the latest JavaScrip Visit the following resources to learn more: -- [Official Website](https://create-react-app.dev/docs/getting-started) -- [Advanced: Custom Setup with Webpack](https://www.robinwieruch.de/minimal-react-webpack-babel-setup/) +- [Official Docs](https://react.dev/learn/start-a-new-react-project) +- [Advanced: Custom Setup with Webpack](https://www.robinwieruch.de/minimal-react-webpack-babel-setup/) \ No newline at end of file