- ReactJS by Example:Building Modern Web Applications with React
- Vipul A M Prathamesh Sonpatki
- 106字
- 2021-07-09 19:36:58
Summary
In this chapter, we started with React and built our first component. In the process, we studied the top-level API of React to construct components and elements. We used JSX to construct the components. We saw how to display static information using React and then gradually replaced all the static information with dynamic information using props. In the end, we were able to tie all ends together and display mock data in the format that is returned from Open Library's Recent Changes API using React.
In the next chapter, we will pe deep into JSX internals and continue building our application for Recent Changes API.
推薦閱讀
- MySQL數據庫應用與管理 第2版
- SQL Server 2012數據庫技術及應用(微課版·第5版)
- Learning RabbitMQ
- Oracle 12c中文版數據庫管理、應用與開發實踐教程 (清華電腦學堂)
- Python金融數據分析
- 老“碼”識途
- Getting Started with SQL Server 2012 Cube Development
- Redis Essentials
- 深入淺出PostgreSQL
- ASP.NET開發與應用教程
- ServiceNow:Building Powerful Workflows
- 0 bug:C/C++商用工程之道
- 軟件供應鏈安全:源代碼缺陷實例剖析
- 愛上C語言:C KISS
- 程序員必會的40種算法