- React Design Patterns and Best Practices(Second Edition)
- Carlos Santana Roldán
- 200字
- 2021-06-24 15:43:36
JSX
In the previous chapter, we saw how React changes the concept of separation of concerns, moving the boundaries inside components. We also learned how React uses the elements returned by the components to display the UI on the screen.
Let's now look at how we can declare our elements inside our components.
React provides two ways to define our elements. The first one is by using JavaScript functions, and the second one is by using JSX, an optional XML-like syntax. Here is the examples section of the official React.js website (https://reactjs.org/#examples):

To begin with, JSX is one of the main reasons why people fail to approach React, because looking at the examples on the home page and seeing JavaScript mixed with HTML for the first time seems strange to most of us.
As soon as we get used to it, we realize that it is very convenient, precisely because it is similar to HTML and looks very familiar to anyone who has already created UIs on the web. The opening and closing tags make it easier to represent nested trees of elements, something that would have been unreadable and hard to maintain using plain JavaScript.
- EJB 3.1從入門到精通
- 物聯網(IoT)基礎:網絡技術+協議+用例
- 異構基因共表達網絡的分析方法
- Windows Server 2003 Active Directory Design and Implementation: Creating, Migrating, and Merging Networks
- 網絡互聯技術(實踐篇)
- 網絡的琴弦:玩轉IP看監控
- Building RESTful Web Services with Spring 5(Second Edition)
- 互聯網安全的40個智慧洞見:2015年中國互聯網安全大會文集
- 計算機網絡工程實用教程(第2版)
- Practical Web Design
- 物聯網通信技術
- 網絡利他行為研究:積極心理學的視角
- 人人都該都懂的互聯網思維
- bash網絡安全運維
- 移動互聯網環境下的核心網剖析及演進