keokilee / react-typescript-boilerplate

Boilerplate project for setting up Typescript and React with Babel and Webpack.
ISC License
114 stars 23 forks source link

Implemented Redux. #7

Closed keokilee closed 9 years ago

keokilee commented 9 years ago

TODO: Need to hot reload the stores. See https://github.com/rackt/react-redux/releases/tag/v2.0.0

Closes #3

keokilee commented 9 years ago

Can't seem to get reducer reloading to work properly. See https://github.com/keokilee/react-typescript-boilerplate/tree/reducer-reload for my work in progress.