封面
版权信息
Credits
About the Author
About the Reviewer
www.PacktPub.com
Customer Feedback
Dedication
Preface
Chapter 1. Why React?
What is React?
Simplicity is good
Declarative UI structure
Time and data
Performance matters
The right level of abstraction
Summary
Chapter 2. Rendering with JSX
What is JSX?
Just like HTML
Describing UI structures
Creating your own JSX elements
Using JavaScript expressions
Summary
Chapter 3. Understanding Properties and State
What is component state?
What are component properties?
Setting component state
Passing property values
Stateless components
Container components
Summary
Chapter 4. Event Handling – The React Way
Declaring event handlers
Event handler context and parameters
Inline event handlers
Binding handlers to elements
Synthetic event objects
Event pooling
Summary
Chapter 5. Crafting Reusable Components
Reusable HTML elements
The difficulty with monolithic components
Refactoring component structures
Rendering component trees
Feature components and utility components
Summary
Chapter 6. The React Component Lifecycle
Why components need a lifecycle
Initializing properties and state
Optimize rendering efficiency
Rendering imperative components
Cleaning up after components
Summary
Chapter 7. Validating Component Properties
Knowing what to expect
Promoting portable components
Simple property validators
Type and value validators
Writing custom property validators
Summary
Chapter 8. Extending Components
Component inheritance
Composition with higher-order components
Summary
Chapter 9. Handling Navigation with Routes
Declaring routes
Handling route parameters
Using link components
Lazy routing
Summary
Chapter 10. Server-Side React Components
What is isomorphic JavaScript?
Rendering to strings
Backend routing
Frontend reconciliation
Fetching data
Summary
Chapter 11. Mobile-First React Components
The rationale behind mobile-first design
Using react-bootstrap components
Summary
Chapter 12. Why React Native?
What is React Native?
React and JSX are familiar
The mobile browser experience
Android and iOS different yet the same
The case for mobile web apps
Summary
Chapter 13. Kickstarting React Native Projects
Using the React Native command-line tool
iOS and Android simulators
Running the project
Summary
Chapter 14. Building Responsive Layouts with Flexbox
Flexbox is the new layout standard
Introducing React Native styles
Building flexbox layouts
Summary
Chapter 15. Navigating Between Screens
Screen organization
Navigators scenes routes and stacks
Responding to routes
Navigation bar
Dynamic scenes
Jumping back and forth
Summary
Chapter 16. Rendering Item Lists
Rendering data collections
Sorting and filtering lists
Fetching list data
Lazy list loading
Summary
Chapter 17. Showing Progress
Progress and usability
Indicating progress
Measuring progress
Navigation indicators
Step progress
Summary
Chapter 18. Geolocation and Maps
Where am I?
What's around me?
Annotating points of interest
Summary
Chapter 19. Collecting User Input
Collecting text input
Selecting from a list of options
Toggling between off and on
Collecting date/time input
Summary
Chapter 20. Alerts Notifications and Confirmation
Important information
Getting user confirmation
Passive notifications
Activity modals
Summary
Chapter 21. Responding to User Gestures
Scrolling with our fingers
Giving touch feedback
Swipeable and cancellable
Summary
Chapter 22. Controlling Image Display
Loading images
Resizing images
Lazy image loading
Rendering icons
Summary
Chapter 23. Going Offline
Detecting the state of the network
Storing application data
Synchronizing application data
Summary
Chapter 24. Handling Application State
Information architecture and Flux
Unified information architecture
Implementing Redux
Scaling the architecture
Summary
Chapter 25. Why Relay and GraphQL?
Yet another approach?
Verbose vernacular
Declarative data dependencies
Mutating application state
The GraphQL backend and microservices
Summary
Chapter 26. Building a Relay React App
TodoMVC and Relay
The GraphQL schema
Bootstrapping Relay
Adding todo items
Rendering todo items
Completing todo items
Summary
更新时间:2021-07-09 19:29:19