- The React Workshop
- Brandon Richey Ryan Yu Endre Vegh Theofanis Despoudis Anton Punith Florian Sloot
- 254字
- 2021-06-11 18:28:29
Summary
It is important to understand the many moving pieces involved in building React projects, as each one lends itself well to the context and decisions made when building React. Understanding the historical context helps frame the questions around why implementing some things in React is the way it is. In addition, understanding how to use the Create React App framework helps you get moving faster and building new projects with less fuss and effort, making it a critical part of your development workflow.
We also now have a strong understanding of the basic building blocks of any React component, regardless of the level of complexity. We can define small, lightweight components using functional syntax, which is a very common idiom in modern React development. We can also define larger, stateful components using class syntax, which also helps us plan for and architect our more complicated React components in ways that are easy to develop on, maintain, and support over the long term.
Ultimately, the hardest part is just knowing when to use one or the other, and that decision just boils down to if you need helper functions or state. If so, you should probably use a class-based component and not a functional component, otherwise, use the lighter components. In the next chapter, we will build upon this base layer in much greater detail, creating a strong foundation on which we will build some very complex React projects from start to finish on top of the knowledge that you have gained here.
- OpenDaylight Cookbook
- 簡單高效LATEX
- Machine Learning with R Cookbook(Second Edition)
- Android 7編程入門經典:使用Android Studio 2(第4版)
- Spring Cloud、Nginx高并發核心編程
- Mastering Yii
- Visual C
- Mastering ROS for Robotics Programming
- Java編程的邏輯
- C語言程序設計上機指導與習題解答(第2版)
- 輕松上手2D游戲開發:Unity入門
- Hands-On Kubernetes on Windows
- Ext JS 4 Plugin and Extension Development
- Java Hibernate Cookbook
- C語言程序設計教程