cra-template-redux-rxjs-typescript
v1.6.0
Published
The base TypeScript template for Create React App with Redux, Rxjs and redux-observable
Downloads
20
Maintainers
Readme
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,