Improve perfomance with app-router
Does you some tips to improve the switch between routes?. I already using <Link> and SSR but it stills feels slow.
1 Reply
if you're fetching sm data then maybe consider adding a caching layer on top.
maybe add pre fetching on your important links
maybe add sm loading animations to counter the slowish feeling