- 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.
推薦閱讀
- The Complete Rust Programming Reference Guide
- Deploying Node.js
- Learning Chef
- SQL Server 2012數據庫技術及應用(微課版·第5版)
- 人人都懂設計模式:從生活中領悟設計模式(Python實現)
- INSTANT OpenNMS Starter
- Mastering Ext JS
- C語言程序設計學習指導與習題解答
- 零基礎入門學習Python
- Android底層接口與驅動開發技術詳解
- 深入分布式緩存:從原理到實踐
- 智能搜索和推薦系統:原理、算法與應用
- Emotional Intelligence for IT Professionals
- Visual Basic語言程序設計基礎(第3版)
- 算法秘籍