- 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.
推薦閱讀
- Mastering Ext JS(Second Edition)
- Advanced Splunk
- Flutter開發(fā)實(shí)戰(zhàn)詳解
- Oracle Exadata性能優(yōu)化
- Rust編程從入門到實(shí)戰(zhàn)
- Unity Virtual Reality Projects
- HBase從入門到實(shí)戰(zhàn)
- Big Data Analytics
- Java Web程序設(shè)計(jì)任務(wù)教程
- Learning DHTMLX Suite UI
- Python Web數(shù)據(jù)分析可視化:基于Django框架的開發(fā)實(shí)戰(zhàn)
- Developing SSRS Reports for Dynamics AX
- Mastering Elasticsearch(Second Edition)
- Emotional Intelligence for IT Professionals
- Learning Android Application Testing