All the concepts and tooling you'll need to get started, packed into one tiny counter.
With step-by-step instructions:
- TypeScript and Redux: getting started (c75b9f2)
- TypeScript and Redux: adding React (c75b9f2)
- TypeScript and Redux: async actions (92ef3b0)
- TypeScript and Redux: unit testing with Jest (84ff69b)
- Integrating TypeScript and redux-thunk (4859392)
- DRY-ing up with higher order components (002e3bd)
- Generic Redux actions (67718f4)
And a live demo.
Install and build demo application:
$ npm install
$ npm run build
$ npm start
...now open http://localhost:8080 to see the counter in action!
$ npm test
MIT