mirror of
https://github.com/PKUFlyingPig/cs-self-learning.git
synced 2026-06-24 02:16:58 +08:00
elaborate
This commit is contained in:
parent
519c831500
commit
2275cba71b
2 changed files with 6 additions and 2 deletions
|
|
@ -10,7 +10,9 @@
|
|||
|
||||
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. 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 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.
|
||||
|
||||
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.
|
||||
|
||||
All course materials are open-source, but you will need to request an X-CS571-ID header from the instructor, Cole Nelson (ctnelson2@wisc.edu). The header will be necessary for API request. When sending an email, it is advisable to include a brief self-introduction.
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,9 @@
|
|||
|
||||
该课程提供了React前端开发和React Native移动端开发的最佳实践介绍,完整又简洁。重点关注React和React Native的最新版本,课程网站每学期都会更新。对于各门工具迭出的前端开发难能可贵。
|
||||
|
||||
同时,该课程也提供了很好的训练机会。在整个学期中,需要做好承担较大作业量的准备。如果写作业时对于React的某些功能不确定怎么写,建议在动手之前多花些时间仔细阅读react.dev上的相关章节。
|
||||
同时,该课程也提供了很好的训练机会。在整个学期中,需要为较大作业量做好准备。作业所涉及的技术和知识点会在课上讲解,但不会手把手写代码(个人认为手把手写代码效率非常低,而Udemy上多为此类型)。由于不是保姆级课程,如果写作业时对于React的某些功能不确定怎么写,建议在动手之前多花些时间仔细阅读react.dev上的相关章节。作业的starter code提供的训练起点也恰好合适。
|
||||
|
||||
尽管这门课程不要求预先会Javascript/HTML/CSS,课堂上对syntax的介绍比较有限,建议学习和写码遇到语法问题时勤查勤问。
|
||||
|
||||
所有课程资料都是开源的,但你需要向授课教师Cole Nelson(ctnelson2@wisc.edu)发送电子邮件以获取X-CS571-ID,该ID是向API发送request必需的。在发送邮件时,建议附上自我介绍。
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue