目錄(78章)
倒序
- coverpage
- Getting Started with React
- Credits
- About the Authors
- Acknowledgments
- About the Reviewers
- www.PacktPub.com
- eBooks discount offers and more
- Preface
- What this book covers
- What you need for this book
- Who this book is for
- Conventions
- Reader feedback
- Customer support
- Chapter 1. Getting Started with ReactJS
- Introducing ReactJS
- Downloading ReactJS
- Tools
- Trying ReactJS
- Summary
- Chapter 2. Exploring JSX and the ReactJS Anatomy
- What is JSX?
- Why JSX?
- The ReactJS anatomy
- Learning JSX and Gotchas
- Summary
- Chapter 3. Working with Properties
- Component properties
- Configuring Facebook Open-Graph API
- Rendering data in a ReactJS component
- Summary
- Chapter 4. Stateful Components and Events
- Properties versus states in ReactJS
- Exploring the state property
- Events
- Summary
- Chapter 5. Component Life cycle and Newer ECMAScript in React
- React component lifecycle
- Other ES (ECMAScript) versions in React
- Summary
- Chapter 6. Reacting with Flux
- An overview of Flux
- Flux versus the MVC architecture
- Actions
- Dispatchers
- Stores
- Controller-Views and Views
- Revisiting the code
- Summary
- Chapter 7. Making Your Component Reusable
- Understanding Mixins
- Validations
- The structure of component
- Summary
- Chapter 8. Testing React Components
- Testing in JavaScript using Chai and Mocha
- Testing using ReactTestUtils
- The jestTypical example of a Testsuite with Mocha expect ReactTestUtils and Babel
- Testing with shallow rendering
- Summary
- Chapter 9. Preparing Your Code for Deployment
- An introduction to Webpack
- Advantages of Webpack
- Introduction to Gulp
- Summary
- Chapter 10. What's Next
- AJAX in React
- React Router
- Server-side rendering
- Isomorphic applications
- Hot reloading
- Redux React
- Relay and GraphQL
- React Native
- References
- Summary
- Index 更新時間:2021-07-16 11:09:34
推薦閱讀
- TypeScript Essentials
- Java入門經典(第6版)
- 前端跨界開發指南:JavaScript工具庫原理解析與實戰
- Java EE 8 Application Development
- C++新經典
- Instant Lucene.NET
- 0 bug:C/C++商用工程之道
- RealSenseTM互動開發實戰
- Deep Learning with R Cookbook
- Spring Boot從入門到實戰
- Mastering Machine Learning with scikit-learn
- Linux Networking Cookbook
- Learning Scrapy
- Learning HTML5 by Creating Fun Games
- 快速搞定Spring Boot+Vue全棧開發
- WordPress Responsive Theme Design
- Java程序員面試筆試真題庫
- HTML5與CSS3權威指南(第2版·下冊)
- Kotlin for Enterprise Applications using Java EE
- 我的第一堂編程課:孩子和家長都需要的編程思維
- Learning Bitcoin
- C語言核心技術(原書第2版)
- NGINX High Performance
- Building Android Games with Cocos2d-x
- Helm學習指南:Kubernetes上的應用程序管理
- 實用卷積神經網絡:運用Python實現高級深度學習模型
- Python科學與工程數據分析實戰
- WCF Multi-layer Services Development with Entity Framework(Fourth Edition)
- Electron Projects
- Modern C++ Programming Cookbook