- Beginning React
- Andrea Chiarelli
- 176字
- 2021-07-23 17:10:27
Preface
Projects like Angular and React are rapidly changing how development teams build and deploy web applications to production. In this book, you'll learn the basics you need to get up and running with React and tackle real-world projects and challenges. The book includes helpful guidance on how to consider key user requirements within the development process, and also shows you how to work with advanced concepts such as state management, data-binding, routing, and the popular component markup that is JSX. As you complete the included examples you'll find yourself well-equipped to move onto a real-world personal or professional frontend project.
After completing this book, you will be able to:
- Understand how React works within a wider application stack
- Analyze how you can break down a standard interface into specific components
- Successfully create your own increasingly complex React components with HTML or JSX
- Correctly handle multiple user events and their impact on overall application state
- Understand the component lifecycle to optimize the UX of your application
- Configure routing to allow effortless, intuitive navigation through your components
推薦閱讀
- Progressive Web Apps with React
- CockroachDB權(quán)威指南
- PostgreSQL 11從入門到精通(視頻教學版)
- ASP.NET程序設計教程
- 運用后端技術(shù)處理業(yè)務邏輯(藍橋杯軟件大賽培訓教材-Java方向)
- Java程序設計入門
- Scala for Machine Learning(Second Edition)
- C語言程序設計習題與實驗指導
- Mastering HTML5 Forms
- Continuous Delivery and DevOps:A Quickstart Guide Second Edition
- LabVIEW數(shù)據(jù)采集(第2版)
- Java網(wǎng)絡編程實用精解
- Python大數(shù)據(jù)與機器學習實戰(zhàn)
- C#從入門到精通(第5版)
- Meteor Design Patterns