Nov 2, 2023
Yes onwards 13.4 we can use SSG SSR ISR pre rendering Strategies within server component. Server components are by default statically generated like SSG, We can use next.revalidate on fetch api for ISR and cache: no-store on fetch api for SSR.