You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

cra-template-redux

Package Overview
Dependencies
Maintainers
3
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cra-template-redux

The official Redux+JS template for Create React App.

2.0.0
latest
Source
npmnpm
Version published
Maintainers
3
Created
Source

cra-template-redux

build status npm version npm downloads

The official Redux+JS template for Create React App

Usage

To use this template within your project, add --template redux when creating a new app.

For example:

npx create-react-app my-app --template redux

# or

yarn create react-app my-app --template redux

TypeScript

Use cra-template-redux-typescript, which is based on this template

npx create-react-app my-app --template redux-typescript

Cloning this repo pulls down the Redux template only; not a bundled and configured Create React App.

For more information, please refer to:

  • Getting Started – How to create a new app.
  • User Guide – How to develop apps bootstrapped with Create React App.

Keywords

react

FAQs

Package last updated on 24 Apr 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts