Niet blij met je aankoop? Geeft niet! Je kunt artikelen tot 30 dagen retourneren
Met een cadeaubon zit je altijd goed. De ontvanger kan de cadeaubon voor alles uit ons assortiment inwisselen.
Tot 30 dagen retourrecht
Think in React, Build with TypeScript
Learn React the way modern applications are actually built, with TypeScript beside you from the very beginning.
React can feel simple at first. Create a component, return some JSX, and put it on the screen. But once props, state, forms, hooks, routing, APIs, and TypeScript enter the picture, beginners often struggle to understand how everything fits together.
Think in React, Build with TypeScript gives you a clear, practical path from your first component to a complete modern web application.
Instead of teaching React and TypeScript as separate subjects, this hands-on guide brings them together through one continuous project called ProjectBoard. As the application grows, you will learn each concept when you actually need it, helping you understand not only the syntax, but also the reasoning behind the way React applications are structured.
Inside this book, you will learn how to:Think in components and break interfaces into meaningful reusable pieces
Create React applications with TypeScript, TSX, and Vite
Pass data safely with props and TypeScript types
Render lists and conditional content
Handle user events with TypeScript
Build interactive interfaces with useState
Update objects and arrays in state correctly
Decide where application state should live
Share data with Context and useContext
Build type-safe forms and validate user input
Understand when useEffect is actually needed
Work with browser features and DOM elements using useRef
Extract reusable behavior into custom hooks
Create multi-page experiences with React Router
Build dynamic routes and navigation
Fetch and display data from REST APIs
Handle loading, error, and empty states
Create, update, and delete remote data with CRUD operations
Keep the interface synchronized after API changes
Refactor components, types, and project structure
Prepare a React application for production
Build, deploy, and verify a finished web application
This book is designed for beginners who already understand the basics of HTML, CSS, and JavaScript but do not need previous experience with React or TypeScript.
You will not be overwhelmed with advanced patterns before you need them. Each chapter builds naturally on the previous one, so concepts such as components, props, state, hooks, routing, and APIs become part of one connected development workflow rather than isolated lessons.
By the end of the book, you will understand how to approach a React application from the interface down, decide where components and state belong, use TypeScript to make your code safer, connect your application to APIs, and prepare a real project for deployment.
If you are ready to move beyond copying React tutorials and start understanding how modern React applications actually come together, this book will give you the foundation to build with confidence.