-
Book Overview & Buying
-
Table Of Contents
React and React Native - Sixth Edition
By :
React and React Native
By:
Overview of this book
Welcome to your big-picture guide to the React ecosystem.
If you’re new to React and looking to become a professional React developer, this book is for you. This updated sixth edition reflects the current state of React, including coverage of React frameworks and TypeScript.
Part 1 introduces you to React. You’ll discover JSX syntax, hooks, functional components, and event handling, learn techniques to fetch data from a server, and tackle the tricky problem of state management. Once you’re comfortable with writing React in JavaScript, you’ll pick up TypeScript development in later chapters.
Part 2 transitions you into React Native for mobile development. React Native goes hand-in-hand with React. With your React knowledge in place, you’ll appreciate where and how React Native differs as you write shared components for Android and iOS apps. You’ll learn how to build responsive layouts, use animations, and implement geolocation.
Finally, a new chapter shows you how to use AI as a learning partner, covering practical workflows for AI-assisted debugging, evaluating AI-generated code, recognizing common pitfalls in React and React Native output, and writing code deliberately to deepen your understanding.
By the end of this book, you’ll have a big-picture view of React and React Native, and be able to build applications with both.
Table of Contents (35 chapters)
Preface
Chapter 1: Why React?
Chapter 2: Rendering with JSX
Chapter 3: Understanding React Components and Hooks
Chapter 4: Event Handling in the React Way
Chapter 5: Crafting Reusable Components
Chapter 6: Type-Checking and Validation with TypeScript
Chapter 7: Handling Navigation with Routes
Chapter 8: Code Splitting Using Lazy Components and Suspense
Chapter 9: User Interface Framework Components
Chapter 10: High-Performance State Updates
Chapter 11: Fetching Data from a Server
Chapter 12: State Management in React
Chapter 13: Server-Side Rendering
Chapter 14: Unit Testing in React
Part 2: React Native
Chapter 15: Why React Native?
Chapter 16: React Native Under the Hood
Chapter 17: Kick-Starting React Native Projects
Chapter 18: Building Responsive Layouts with Flexbox
Chapter 19: Navigating Between Screens
Chapter 20: Rendering Item Lists
Chapter 21: Geolocation and Maps
Chapter 22: Collecting User Input
Chapter 23: Responding to User Gestures
Chapter 24: Showing Progress
Chapter 25: Displaying Modal Screens
Chapter 26: Using Animations
Chapter 27: Controlling Image Display
Chapter 28: Going Offline
Chapter 29: AI as a Learning Partner
Chapter 30: Unlock Your Exclusive Benefits
Other Books You May Enjoy
Index