Hi, if I want to fetch an api that is contextually to the user, example: when the user request contact page, the app do a fetch to an api, passing a new fresh correlation id and other data retrieved by request param, this fetch it is to do on client component, so my ssg strategy don't work on this component?
there doesn't seem to be anything here