React-Router-Redux hydrate store based on route path -
i'm making small web application react, redux, , react-router-redux. when visit main page, can submit form triggers async redux action makes call service- fetching data, hydrating store response, , showing response based on new redux-reduced props.
that works fine, there lack of routing url //mywebsite.com/
.
the issue having want able navigate //mywebsite.com/view/[id]
hydrate store props calling async redux action.
i haven't been able find specifically... direction great.
Comments
Post a Comment