Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
React Cookbook
React Cookbook

React Cookbook: Create dynamic web apps with React using Redux, Webpack, Node.js, and GraphQL

Arrow left icon
Profile Icon Carlos Santana Roldán
Arrow right icon
€8.99 €29.99
Full star icon Full star icon Half star icon Empty star icon Empty star icon 2.5 (6 Ratings)
eBook Aug 2018 580 pages 1st Edition
eBook
€8.99 €29.99
Paperback
€36.99
Subscription
Free Trial
Renews at €18.99p/m
Arrow left icon
Profile Icon Carlos Santana Roldán
Arrow right icon
€8.99 €29.99
Full star icon Full star icon Half star icon Empty star icon Empty star icon 2.5 (6 Ratings)
eBook Aug 2018 580 pages 1st Edition
eBook
€8.99 €29.99
Paperback
€36.99
Subscription
Free Trial
Renews at €18.99p/m
eBook
€8.99 €29.99
Paperback
€36.99
Subscription
Free Trial
Renews at €18.99p/m

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Table of content icon View table of contents Preview book icon Preview Book

React Cookbook

Working with React

In this chapter, the following recipes will be covered:

  • Introduction
  • Working with the latest JS features in React
  • What's new in React?
  • Using React on Windows

Introduction

React is a JavaScript library (MIT License) made by Facebook to create interactive UIs. It's used to create dynamic and reusable components. The most powerful thing about React is that can be used in the client, server, mobile applications, and even VR applications. 

In the modern web, we need to manipulate the DOM constantly; the problem is that doing this a lot may affect the performance of our application seriously. React uses a Virtual DOM, which means that all updates occur in memory (this is faster than manipulating the real DOM directly). The learning curve of React is short in comparison with other JavaScript frameworks such as Angular, Vue, or Backbone, mainly because the React code is mostly written with modern JavaScript (classes, arrow functions, string templates, and so on) and does not have too many patterns used to write code, like Dependency Injection, or a template system, like in Angular.

Companies such as Airbnb, Microsoft, Netflix, Disney, Dropbox, Twitter, PayPal, Salesforce, Tesla, and Uber are extensively using React in their projects. In this book, you will learn how to develop your React applications in the way they do, using best practices.

Left arrow icon Right arrow icon
Download code icon Download Code

Key benefits

  • Use essential hacks and simple techniques to solve React application development challenges
  • Create native mobile applications for iOS and Android using React Native
  • Learn how you can write robust tests for your applications using Jest and Enzyme

Description

React.js is Facebook's dynamic frontend web development framework. It helps you build efficient, high-performing web applications with an intuitive user interface. With more than 66 practical and self-contained tutorials, this book examines common pain points and best practices for building web applications with React. Each recipe addresses a specific problem and offers a proven solution with insights into how it works, so that you can modify the code and configuration files to suit your requirements. The React Cookbook starts with recipes for installing and setting up the React.js environment with the Create React Apps tool. You’ll understand how to build web components, forms, animations, and handle events. You’ll then delve into Redux for state management and build amazing UI designs. With the help of practical solutions, this book will guide you in testing, debugging, and scaling your web applications, and get to grips with web technologies like WebPack, Node, and Firebase to develop web APIs and implement SSR capabilities in your apps. Before you wrap up, the recipes on React Native and React VR will assist you in exploring mobile development with React. By the end of the book, you will have become familiar with all the essential tools and best practices required to build efficient solutions on the web with React.

Who is this book for?

If you’re a JavaScript developer who wants to build efficient and scalable solutions, this book is for you. Although not necessary, some knowledge of React will be an advantage. Also, if you have experience working with React, this book will help you improve your skills.

What you will learn

  • Understand complex topics such as Webpack and server-side rendering
  • Implement an API using Node.js, Firebase, and GraphQL
  • Maximize the performance of your React applications
  • Create a mobile application using React Native
  • Deploy a React application on Digital Ocean
  • Get to know best practices when organizing and testing a large React application

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Aug 30, 2018
Length: 580 pages
Edition : 1st
Language : English
ISBN-13 : 9781785282591
Vendor :
Facebook
Languages :
Tools :

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Product Details

Publication date : Aug 30, 2018
Length: 580 pages
Edition : 1st
Language : English
ISBN-13 : 9781785282591
Vendor :
Facebook
Languages :
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
€18.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
€189.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts
€264.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total 110.97
React Cookbook
€36.99
ReactJS by Example - Building Modern Web Applications with React
€36.99
Full-Stack React Projects
€36.99
Total 110.97 Stars icon
Banner background image

Table of Contents

16 Chapters
Working with React Chevron down icon Chevron up icon
Conquering Components and JSX Chevron down icon Chevron up icon
Handling Events, Binding and Useful React Packages Chevron down icon Chevron up icon
Adding Routes to Our Application with React Router Chevron down icon Chevron up icon
Mastering Redux Chevron down icon Chevron up icon
Creating Forms with Redux Form Chevron down icon Chevron up icon
Animations with React Chevron down icon Chevron up icon
Creating an API with Node.js Using MongoDB and MySQL Chevron down icon Chevron up icon
Apollo and GraphQL Chevron down icon Chevron up icon
Mastering Webpack 4.x Chevron down icon Chevron up icon
Implementing Server-Side Rendering Chevron down icon Chevron up icon
Testing and Debugging Chevron down icon Chevron up icon
Deploying to Production Chevron down icon Chevron up icon
Working with React Native Chevron down icon Chevron up icon
Most Common React Interview Questions Chevron down icon Chevron up icon
Other Books You May Enjoy Chevron down icon Chevron up icon

Customer reviews

Top Reviews
Rating distribution
Full star icon Full star icon Half star icon Empty star icon Empty star icon 2.5
(6 Ratings)
5 star 16.7%
4 star 16.7%
3 star 0%
2 star 33.3%
1 star 33.3%
Filter icon Filter
Top Reviews

Filter reviews by




Maxx Traxx Sep 18, 2018
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Being new to React I really needed something that was beyond the ole "Hello World" or "To Do" app tutorials and this book is great for that! Easy to follow with real world examples, I enjoyed that and the author's casual style; excellent code samples and a good approach for solving real problems. Recommended!
Amazon Verified review Amazon
Peter Pham Nov 14, 2018
Full star icon Full star icon Full star icon Full star icon Empty star icon 4
Overall, I believe the book is good, but there are certain things that are not explained in detailed that should be. It could be confusing to some people that are complete beginners to web development. One instance would be, that some of the CSS is using SASS notation and won't work properly.The code examples are great and are easy to follow. If you take the time to understand the underlying code, it is a great foundation to build off of.I would recommend this book to people learning React.
Amazon Verified review Amazon
Nick May 20, 2019
Full star icon Full star icon Empty star icon Empty star icon Empty star icon 2
This book has a good source of information but it is poorly written for a beginner and full of typos. Much of the code is written without any explanation. Fortunately I was able to Google much of what was being introduced. None of the firebase commands are explained but I found them from reading the docs. The author just expects you to be familiar with firebase. The Redux chapter starts off with a good introduction but fails to explain the code as it continues rattling off commands without any explanation. My coding background helped me to understand many other unexplained concepts but I can't imagine if I didn't have any coding experience how lost I would be.CONCLUSION:The good: it shows how to use fullstack react using mongo, graphql, redux, node, Express, and several other methods to build the frontend and backend of web apps. It provides a good path on how to move forward in your journey on react.The Bad: Most of the book contains unexplained code and assumes that you understand the new concepts being introduced without any explanation such as the use of axios without defining the arguments and firebase commands and redux section. This book introduces great concepts such as how to integrate mongodb, using apollo, etc. But requires the reader to pick up many other books or read documentation or blogs to understand the specifics. I would recommend fullstack react over this book as it offers better explanations such as the two ways setState method works in accepting an object or a arguments of current state and a callback function.
Amazon Verified review Amazon
Lynn and Scott May 29, 2019
Full star icon Full star icon Empty star icon Empty star icon Empty star icon 2
I am a raw React beginner. This book starts off OK. But, after that the code is not explained well and (for me) several instructions are not working. I had high hopes for this book because of all the topics related to React it covered. If you are a beginner try another book.
Amazon Verified review Amazon
martin pszczola May 19, 2019
Full star icon Empty star icon Empty star icon Empty star icon Empty star icon 1
If you are going to shell out the high price of texts like this, get the paper version. The Kindle version formatting is terrible.
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How do I buy and download an eBook? Chevron down icon Chevron up icon

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Chevron down icon Chevron up icon

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Chevron down icon Chevron up icon
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Chevron down icon Chevron up icon

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Chevron down icon Chevron up icon
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Chevron down icon Chevron up icon

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.