I am using getServerSideProps to improve SEO. So if someone access the route directly all the content should be delivered in the server request. But in case i am navigating to that site via next/link
or router.push
I want to avoid getServerSideProps and load the data in the client or retrieve it from the client cache.
I already read a lot about this, but I did not find any satisfying solution.
Thanks for any help :)
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745309440a4621913.html
评论列表(0条)