faceyspacey / redux-first-router-link

<Link /> + <NavLink /> that mirror react-router's + a few additional props
MIT License
55 stars 33 forks source link

Navigation in app using Link to fetch data #116

Closed hepicek closed 5 years ago

hepicek commented 5 years ago

Hi,

I run in to problem, when I use Link for navigation in application and fetch data for app, the request is made from client. I use react-universal-component with RFR. If I use tag it goes to server and fetches data correctly and page is rendered on server. But if I use Link, it routes in client and make request from client.

Do you have any idea why is this happening or is it intended bahaviour? Or do you know how to solve it?

Thank you