markdalgleish / redial

Universal data fetching and route lifecycle management for React etc.
1.1k stars 42 forks source link

PR from react-redux-universal-hot-example #8

Closed chungchiehlun closed 8 years ago

chungchiehlun commented 8 years ago

Hello , I don't know whether the question asked here is right or not . If not , please ignore it.

I just started to study react-redux-universal-hot-example , and much part confused me. The fork replace redux-router with redux-simple-router and it worked well for me.

I have problem here. The implementation of fetchData and fetchDataDeferred is too complicated for me to understand. So I searched for other solution and came here finally. I studied your pull request but unfortunately it didn't make sense for me if I used redux-simple-router.

Would you please give me some tips ? Thank you a lot .

markdalgleish commented 8 years ago

Looks like I might need to patch this since this issue has been raised a few times.

markdalgleish commented 8 years ago

The issue you linked to should be fixed in the latest version.

chungchiehlun commented 8 years ago

Thank you. :)