Skip to Main Content
Redux Quick Start Guide
book

Redux Quick Start Guide

by James Lee, Tao Wei, Suresh Kumar Mukhiya
February 2019
Intermediate to advanced content levelIntermediate to advanced
204 pages
4h 52m
English
Packt Publishing
Content preview from Redux Quick Start Guide

Getting started

Let's get started with using Redux. We will start with basic configurations, and we can take the configurations further in each chapter:

  1.  Installing node and npm/yarn is done as follows:

Install the latest version of a node from https://nodejs.org/. To verify the correct installation, run the following command:

node --version

You can get the latest version of yarn from https://yarnpkg.com/en/, and npm from https://www.npmjs.com/get-npm.

  1. Initialize the project as follows:

The first thing is to initialize the project. In this project, we are going to use yarn. The easiest way to initialize the project with package.json is to run the init command:

yarn initORnpm init

Follow the onscreen instructions and provide the details. ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Redux Made Easy with Rematch

Redux Made Easy with Rematch

Sergio Moreno
Learning Redux

Learning Redux

Daniel Bugl
The React Workshop

The React Workshop

Brandon Richey, Ryan Yu, Endre Vegh, Theofanis Despoudis, Anton Punith, Florian Sloot, Daniel Bugl, Brandan Jones, SudarshanReddy Kurri, David Parker, Cihan Yakar

Publisher Resources

ISBN: 9781789610086Supplemental Content