React Cookbook, published by Packt
This is the code repository for React Cookbook, published by Packt.
Create dynamic web apps with React using Redux, Webpack, Node.js, and GraphQL
Today's web demands efficient real-time applications and scalability. If you want to learn to build fast, efficient, and high-performing applications using React 16, this is the book for you. We plunge directly into the heart of all the most important React concepts for you to conquer. Along the way, you’ll learn how to work with the latest ECMAScript features.
This book covers the following exciting features:
- Gain the ability to wield complex topics such as Webpack and server-side rendering
- Implement an API using Node.js, Firebase, and GraphQL
- Learn to maximize the performance of React applications
- Create a mobile application using React Native
- Deploy a React application on Digital Ocean
If you feel this book is for you, get your copy today!
All of the code is organized into folders. For example, Chapter02.
The code will look like the following:
import React, { Component } from 'react';
class Home extends Component {
render() {
return <h1>I'm Home Component</h1>;
}
}
export default Home;
Following is what you need for this book: If you’re a JavaScript developer who wants to build fast, efficient, scalable solutions, then you’re in the right place. Knowledge of React will be an advantage but is not required. Experienced users of React will be able to improve their skills.
With the following software and hardware list you can run all code files present in the book (Chapter 1-14).
Chapter | Software required | OS required |
---|---|---|
1 | Node.js | Windows, Mac OS X, and Linux (Any) |
2-7 | Atom | Windows, Mac OS X, and Linux (Any) |
8-13 | Mysql MongoDB | Windows, Mac OS X, and Linux (Any) |
14 | XCode Android Studio and SDK | Windows, Mac OS X, and Linux (Any) |
Carlos Santana Roldan is a senior web developer with more than 11 years of experience. Currently, he is working as a React Technical Lead in Disney ABC Television Group. He is the founder of Codejobs.com, one of the most popular developer communities in Latin America, training people in web technologies such as React, Node.js, and JavaScript.
Click here if you have any feedback or suggestions.