navi
navi copied to clipboard
Disable prefetch globally
#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?
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?