ScriptedAlchemy / redux-first-router

🎖 seamless redux-first routing -- just dispatch actions
MIT License
5 stars 2 forks source link

Fix Link Component #16

Closed ScriptedAlchemy closed 6 years ago

ScriptedAlchemy commented 6 years ago

NavLink seems to work, but Link is not working anymore with rudy-respond Some crucial elements to consider in Link are preloading, prefetching, and preloading without rendering the <Link on the page.

I was thinking about webpack preload magic comments, which will require some updates to universal

hedgepigdaniel commented 6 years ago

Fixed by https://github.com/ScriptedAlchemy/redux-first-router/pull/19, although its still in the lerna branch and not rudy-respond (cherry-picking would be fairly easy though)