keokilee / react-typescript-boilerplate

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

Redux Middleware #50

Open hydrotik opened 8 years ago

hydrotik commented 8 years ago

Have you tried adding any redux middleware like thunk or logger?

keokilee commented 8 years ago

In our Node Knockout project, we did add redux-thunk in and it worked. I can probably add it to the boilerplate. Just need to make sure everything passes the linter (which was really hard to please).

hydrotik commented 8 years ago

Yeah, I tried importing it in with tsd and I am getting errors, had to pull the code out into a utils folder and pull it in that way, If you manage to get it in there, I'd love to take a look.