From e2e40d1fdc81df955beade4e382acd302b348cd7 Mon Sep 17 00:00:00 2001 From: Eric Date: Fri, 10 May 2024 13:02:05 +0000 Subject: [PATCH] Add w3school content (#4807) Added W3schools resource to learn react with create react app. w3schools does a pretty great job at explaining stuff. --- .../react/content/101-cli-tools/101-create-react-app.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 2f14b7bce..5be194e5a 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 @@ -7,4 +7,5 @@ It sets up your development environment so that you can use the latest JavaScrip Visit the following resources to learn more: - [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 +- [React W3Schools](https://www.w3schools.com/react/react_intro.asp) +- [Advanced: Custom Setup with Webpack](https://www.robinwieruch.de/minimal-react-webpack-babel-setup/)