We've been building up our application over time with Create React App, but we've kept it almost entirely a frontend-only application. That's all well and good, but the reality is that you will probably be building an application that has a server behind it! The good news is that creating a simulated backend in Create React App projects remains as simple as possible while still giving you a good feel for how things would translate into a real-world scenario or project!
-
Book Overview & Buying
-
Table Of Contents
Create React App 2 Quick Start Guide
By :
Create React App 2 Quick Start Guide
By:
Overview of this book
If you're a power user and you aren’t happy always reusing default configurations, from previous applications with each new application, then all you need is Create React App (CRA), a tool in the React ecosystem designed to help you create boilerplate code for building a web frontend.
This book will help you use CRA to write React programs without significant configuration-related difficulties. With this quick start guide, you will integrate your applications with React to build efficient professional web services.You will learn to design UIs with the features of CRA and template your React applications.
By the end of the book, you will be sufficiently skilled to be able to build faster and effective React apps using CRA.
Table of Contents (10 chapters)
Preface
Introducing Create React App 2
Creating Our First Create React App Application
Create React App and Babel
Keep Your App Healthy with Tests and Jest
Applying Modern CSS to Create React App Projects
Simulate Your Backend with a Proxy API
Building Progressive Web Applications
Getting Your App Ready for Production
Other Books You May Enjoy