cra-template-typescript-redux

Unofficial Create React App template with Redux, TypeScript, React Router, React Testing Library and custom ESlint config

MIT License

Downloads
331
Stars
93
Committers
5

Bot releases are hidden (Show)

cra-template-typescript-redux - Add missing dependency for tests redux-mock-store

Published by alexandr-g over 4 years ago

redux-mock-store will install now together with template deps, so when you run yarn tests it is not complaining about missing dependency

cra-template-typescript-redux - Add Counter component and reducer tests

Published by alexandr-g almost 5 years ago

  • Add counterReducer spec
  • Add Counter component tests
  • Add redux-mock-store
cra-template-typescript-redux - It's live

Published by alexandr-g almost 5 years ago

Overview

  • created an initial version of the Create React App template cra-template-typescript-redux

  • includes React Router, Redux, TypeScript, Enzyme, ESlint configurations

  • [npm] cra-template-typescript-redux npm package is published and available for use

Usage

Try it yourself when starting a new project.

npx create-react-app your-project-name --template typescript-redux

or with yarn

yarn create react-app your-project-name --template typescript-redux

Further improvements

Looking forward to the following releases. I need to add specs and automated dependency updates. Setup CI.