catamphetamine / universal-webpack

Isomorphic Webpack: both on client and server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using ReduxAsyncConnect with universal-webpack

smspillaz opened this issue · comments

I'm porting my code over from using webpack-isomorphic-tools to universal-webpack. I based my project off of https://github.com/erikras/react-redux-universal-hot-example . As far as I can tell, ReduxAsyncConnect expects certain properties to be passed to it from react-router's match (https://www.npmjs.com/package/redux-async-connect), but I'm not sure how to get access to those properties from within my react-isomorphic-render file.

Is there any way to get access to those properties?

Hmm, actually this is an issue with react-isomorphic-render. Closing and reopening there