Nirajkashyap / cra-template-redux-rxjs-typescript

The base template for Create React App with Redux, Rxjs and redux-observable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cra-template-redux-rxjs-typescript

This is the official base template for Create React App with Redux Rxjs Typescript.

TypeScript

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

hint : to resolve ts error update below rules in tsconfig.json

"noImplicitReturns": true,
"noImplicitThis": true,
"noImplicitAny": false,
"strictNullChecks": true,
"suppressImplicitAnyIndexErrors": true,
"noUnusedLocals": true,

About

The base template for Create React App with Redux, Rxjs and redux-observable


Languages

Language:TypeScript 95.9%Language:HTML 2.3%Language:SCSS 1.7%Language:CSS 0.1%