- React Components
- Christopher Pitt
- 109字
- 2021-07-09 19:34:45
Summary
In this chapter, we saw why component-based design is good. We saw what simple React components look like. We saw a few interesting differences between ES5 and ES6, and we also saw how those differences influence React components.
We also saw a few ways to make ES6 code work in an ES5-compatible way. We can write cutting-edge code that works on common browsers. We can even bundle that code into single, efficient files, or debug it live in a browser.
In the next chapter, we're going to look at some intricacies of state and properties. We'll begin by creating reusable React components to use in our example application.
推薦閱讀
- Rust實戰
- 深入實踐Spring Boot
- TestNG Beginner's Guide
- Learning AWS Lumberyard Game Development
- Nginx Essentials
- Linux:Embedded Development
- 詳解MATLAB圖形繪制技術
- Spring Security Essentials
- Scratch·愛編程的藝術家
- Arduino可穿戴設備開發
- Instant Automapper
- Clojure High Performance Programming(Second Edition)
- Splunk Essentials
- Mastering XenApp?
- Three.js Essentials