Fetch data on both client and server side in NextJS – SEO
I need to fetch data with a third-party API in some of my components in the NextJS project I want the server to pre-render the component using that API for SEO. but after that while user is interacting with the…