更新时间:2021-07-16 11:09:34
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
Chapter 3. Working with Properties
Component properties
Configuring Facebook Open-Graph API
Rendering data in a ReactJS component
Chapter 4. Stateful Components and Events
Properties versus states in ReactJS
Exploring the state property
Events
Chapter 5. Component Life cycle and Newer ECMAScript in React
React component lifecycle
Other ES (ECMAScript) versions in React
Chapter 6. Reacting with Flux
An overview of Flux
Flux versus the MVC architecture
Actions
Dispatchers
Stores
Controller-Views and Views
Revisiting the code
Chapter 7. Making Your Component Reusable
Understanding Mixins
Validations
The structure of component
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
Chapter 9. Preparing Your Code for Deployment
An introduction to Webpack
Advantages of Webpack
Introduction to Gulp
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
Index