|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/build-a-portfolio-with-react-no-external-frameworklibrary/
课程评论:没有评论
**课程名称:** 使用React构建个人作品集(不使用外部框架/库) **课程概述:** 这是一个面向初学者的教程,将教你如何使用React.js构建一个动态的个人作品集。你可以随时更新作品集以展示更多项目。本教程将采用“不要重复自己”(DRY)的代码原则,并使用函数式组件。我们将不依赖任何外部框架或库,而是使用自定义的CSS和设计。此外,你还将学习如何编写可维护、可文档化的代码,方便日后自己或同事使用。 **React简介:** React是一个免费开源的前端JavaScript库,用于构建用户界面(UI)组件。它由Facebook以及个人开发者和公司的社区维护。React可以作为开发单页应用或移动应用的基础。 **DRY代码原则简介:** “不要重复自己”(Don't Repeat Yourself)是软件开发中的一项原则,旨在通过抽象或使用数据归一化来减少重复的软件模式,从而避免冗余。 **为何选择本课程/教程:** 本课程将详细讲解每一步以及所用组件的逻辑。你不仅能构建一个个人作品集,还将学到有助于个人及工作项目的技能!它将教会你如何实现代码的复用,使其适用于不同目的并变得更加动态。
In this beginners tutorial, you will learn how to use React.js to build a dynamic portfolio that can be updated whenever you want to show more projects! This beginners tutorial will be using dry code and functional components. We will not be using any framework or library, we will be using our own CSS and design, additionally, we will be able to document our code for future usage, either by you or your co-workersWhat is react? "React is a free and open-source front-end JavaScript library for building user interfaces or UI components. It is maintained by Facebook and a community of individual developers and companies. React can be used as a base in the development of single-page or mobile applications" -WikipediaWhat is dry code?"Don't repeat yourself is a principle of software development aimed at reducing repetition of software patterns, replacing it with abstractions or using data normalization to avoid redundancy -WikipediaWhy this course/tutorial?This course will be detailed on each step and the logic used for each component. Yes...you will be building a personal portfolio, but you will also learn skills that will help you in your personal and job-related projects! It will teach you how code can be reused for different purposes and make it more dynamic.