
上QQ阅读APP看书,第一时间看更新
Chapter 2. Exploring JSX and the ReactJS Anatomy
In this chapter, you are going to explore the JSX syntax and learn what it is and why it makes it easier for us to understand UI components. You will learn about the ReactJS anatomy and code some common scenarios in order to demonstrate this efficient syntax so that we can step forward in next chapters and build a full application. This chapter will walk you through the following topics:
- What is JSX?
- The ReactJS anatomy
- JSX Gotchas