/typescript-playground

Experimenting with a TypeScript-based React/Redux app

Primary LanguageTypeScript

typescript-playground

Experimenting with a TypeScript-based React/Redux app.

I kept things simple:

  • No smart/dumb components separation, dispatch injection instead
  • No immutable.js
  • No CSS

In order to fully leverage TypeScript, I used an interesting Redux action pattern.