Releases: alexandr-g/cra-template-typescript-redux
Releases · alexandr-g/cra-template-typescript-redux
v0.2.12
v0.2.11
v0.2.10
v0.2.9
v0.2.8
v0.2.7
v0.2.6
Add missing dependency for tests redux-mock-store
redux-mock-store
will install now together with template deps, so when you run yarn tests
it is not complaining about missing dependency
Add Counter component and reducer tests
- Add counterReducer spec
- Add Counter component tests
- Add redux-mock-store
It's live
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.