From 69878734c50718f49923cd040734dd4e0e403588 Mon Sep 17 00:00:00 2001 From: alicia-lyu Date: Thu, 8 Jun 2023 00:22:56 -0500 Subject: [PATCH] react.dev link in eng --- docs/Web开发/CS571.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Web开发/CS571.en.md b/docs/Web开发/CS571.en.md index 51a05cf9..3cf45059 100644 --- a/docs/Web开发/CS571.en.md +++ b/docs/Web开发/CS571.en.md @@ -10,7 +10,7 @@ This course provides a comprehensive but concise introduction to the best practices of React front-end development and React Native mobile development. It focuses on the latest versions of React and React Native and is updated every semester. It is a valuable resource for tackling the complexities of front-end development. -The course also offers a good training ground. Be prepared for a significant workload throughout the semester. The techniques and knowledge points involved in the homework will be explained in class, but code won't be written hand by hand (I personally think that hand-holding code writing is very inefficient, and most courses on Udemy are of this type). As this isn't a hand-holding course, if you are unsure about how to write React code when doing homework, I recommend spending extra time carefully reading the relevant chapters on react.dev before diving in. The starter code also provides you with a great starting point, saving you from coping with Node.js environment settings. +The course also offers a good training ground. Be prepared for a significant workload throughout the semester. The techniques and knowledge points involved in the homework will be explained in class, but code won't be written hand by hand (I personally think that hand-holding code writing is very inefficient, and most courses on Udemy are of this type). As this isn't a hand-holding course, if you are unsure about how to write React code when doing homework, I recommend spending extra time carefully reading the relevant chapters on [react.dev](https://react.dev/reference/react) before diving in. The starter code also provides you with a great starting point, saving you from coping with Node.js environment settings. Although this course doesn't require prior knowledge of Javascript/HTML/CSS, the classroom introduction to syntax is relatively limited. It's recommended to frequently consult resources and ask questions when encountering syntax issues during learning and coding.