- React Components
- Christopher Pitt
- 111字
- 2021-07-09 19:34:45
Chapter 2. Working with Properties and State
In the previous chapter, we set up our workflow. We worked out how to compile ReactJS and ES6 code through a build step, interpret it directly in our browser, and even run it using services such as JSBin. Now, we can begin creating components for our content management system.
In this chapter, we're going to start building our interface. We'll see interesting and effective ways to connect components. The important thing in this chapter is learning how to arrange components in complex hierarchies. We're going to nest several components and communicate between them and our data source, using a custom data backend.
推薦閱讀
- Implementing VMware Horizon 7(Second Edition)
- Advanced Quantitative Finance with C++
- CMDB分步構建指南
- Python Deep Learning
- 看透JavaScript:原理、方法與實踐
- Python零基礎快樂學習之旅(K12實戰訓練)
- VMware vSphere 6.7虛擬化架構實戰指南
- 單片機應用技術
- Nginx Essentials
- Learning Probabilistic Graphical Models in R
- Mastering Python Design Patterns
- Building Serverless Architectures
- PHP與MySQL權威指南
- Data Science Algorithms in a Week
- Appcelerator Titanium:Patterns and Best Practices