Releases: alexandr-g/cra-template-typescript-redux
Releases · alexandr-g/cra-template-typescript-redux
v0.2.12
03 Feb 16:44
Compare
Sorry, something went wrong.
No results found
0.2.12 (2020-02-03)
Bug Fixes
adjust to a new template format (575f356 )
deps: update dependency react-scripts to v3.3.1 (ace2aaa )
v0.2.11
03 Feb 12:55
Compare
Sorry, something went wrong.
No results found
0.2.11 (2020-02-03)
Bug Fixes
deps: update dependency eslint-plugin-react to v7.18.3 (a3fdbc2 )
v0.2.10
02 Feb 11:16
Compare
Sorry, something went wrong.
No results found
0.2.10 (2020-02-02)
Bug Fixes
deps: update dependency eslint-plugin-import to v2.20.1 (9ed5998 )
deps: update dependency eslint-plugin-react to v7.18.2 (5b67440 )
v0.2.9
01 Feb 22:51
Compare
Sorry, something went wrong.
No results found
0.2.9 (2020-02-01)
Bug Fixes
deps: update dependency eslint-plugin-react to v7.18.1 (d0f90a8 )
v0.2.8
30 Jan 08:18
Compare
Sorry, something went wrong.
No results found
0.2.8 (2020-01-30)
Bug Fixes
deps: update dependency @types/jest to v25.1.1 (9d9bcbb )
v0.2.7
29 Jan 08:45
Compare
Sorry, something went wrong.
No results found
0.2.7 (2020-01-29)
Bug Fixes
deps: update dependency @types/node to v12.12.26 (7edf17d )
v0.2.6
28 Jan 21:01
Compare
Sorry, something went wrong.
No results found
0.2.6 (2020-01-28)
Bug Fixes
deps: update dependency eslint-config-prettier to v6.10.0 (845fec2 )
Add missing dependency for tests redux-mock-store
17 Jan 14:43
Compare
Sorry, something went wrong.
No results found
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
16 Jan 21:29
Compare
Sorry, something went wrong.
No results found
Add counterReducer spec
Add Counter component tests
Add redux-mock-store
It's live
15 Jan 21:37
Compare
Sorry, something went wrong.
No results found
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.