frontarm / navi

🧭 Declarative, asynchronous routing for React.
https://frontarm.com/navi/
MIT License
2.07k stars 71 forks source link

Disable prefetch globally #191

Open Menci opened 4 years ago

Menci commented 4 years ago

55 says Link.defaultProps.prefetch = null but now Link is a FunctionalComponent.

AND WHY PREFETCH IS ENABLED BY DEFAULT ON HOVER? TO DDOS MY BACKEND SERVER?

Menci commented 4 years ago

What I REALLY can't understand is when I click a prefetched link, the getView() is called again so the resources are fetched again. So WHAT'S THE MEANING OF THE PREFETCH?