As I understood, you can have that functionality with useFetch
and useAsyncData
in Nuxt js.useAsyncData
is more like getServerSideProps
. You can read more about them in:
Nuxt Data Fetching
Nuxt also has Server Components, like in Next, but it is experimental yet: Server Components