Skip to content

v0.4.0: The One With TypeScript

Compare
Choose a tag to compare
@markerikson markerikson released this 19 Jan 03:04
· 4042 commits to master since this release

Note: If you're not familiar with Redux Starter Kit, please see the Redux Starter Kit docs for more details.

We've had a number of requests to convert redux-starter-kit to use TypeScript. That work was done in #73, and the TS build is now available as 0.4.0 . Thanks to @denisw for doing the bulk of the work, and @Dudeonyx and @Jessidhia for providing review and feedback!

All functionality from 0.3.3 should be the same, with one exception. the redux-immutable-state-invariant middleware is now conditionally imported in dev builds, which means it should be left out of production builds and save a few bytes.

Please let us know if you find any problems, especially anything related to TypeScript usage.