React Cookbook: Recipes for Mastering the React Framework

React Cookbook: Recipes for Mastering the React Framework

ISBN: 1492085847

ISBN 13: 9781492085843

Authors: David Griffiths, Dawn Griffiths

4.00 of 18

Click the button below to register a free account and download the file


Download PDF

Download ePub

*Disclosure:“This post may contain affiliate links and I earn from qualifying purchases”.


React helps you create and work on an app in just a few minutes, but learning how to put all the pieces together is hard. How do you validate a form? Or implement a complex multistep user action without writing messy code? How do you test your code? Make it reusable? Wire it to a backend? Keep it easy to understand? The React Cookbook delivers answers fast.

Many books teach you how to get started, understand the framework, or use a component library with React, but very few provide examples to help you solve particular problems. This easy-to-use cookbook includes the example code developers need to unravel the most common problems when using React, categorized by topic area and problem.

You'll learn how to:

Create a single-page application in React using a rich UI
Structure code that can be worked on by large teams
Integrate with backend services such as REST and GraphQL
Use offline caching with technologies such as Redux or MobX
Secure applications with technologies such as OAuth
Deal with bugs and avoid common functional and performance problems