- Beginning React
- Andrea Chiarelli
- 149字
- 2021-07-23 17:10:28
What This Book Covers
Chapter 1, Introducing React and UI Design, introduces React and helps us to start building the basic infrastructure of a React-based application. Then, we will analyze how to design a user interface so that it can be easily mapped to React components.
Chapter 2, Creating Components, teaches us how to implement React components, how to assemble multiple components into one, and how to manage their internal states. We will explore React component implementation by building a simple application.
Chapter 3, Managing User Interactivity, teaches us how to manage the events generated by a user's interaction with the components of a React-based user interface. We will explore the events that are triggered during the lifecycle of a React component, and will learn how to exploit them in order to create efficient components.
- PostgreSQL技術內幕:事務處理深度探索
- Flash CS6中文版應用教程(第三版)
- iOS應用逆向工程(第2版)
- Ext JS 4 Web Application Development Cookbook
- Visual C#.NET程序設計
- Nginx Lua開發實戰
- Learning Continuous Integration with TeamCity
- iOS自動化測試實戰:基于Appium、Python與Pytest
- Android傳感器開發與智能設備案例實戰
- Apache Camel Developer's Cookbook
- Python商務數據分析(微課版)
- DB2SQL性能調優秘笈
- Developing Java Applications with Spring and Spring Boot
- 美麗洞察力:從化妝品行業看顧客需求洞察
- Mastering Node.js