navi icon indicating copy to clipboard operation
navi copied to clipboard

Disable prefetch globally

Open Menci opened this issue 3 years ago • 1 comments

#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 avatar Aug 20 '20 10:08 Menci

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?

Menci avatar Aug 20 '20 10:08 Menci