cs-icon.svg

About Launch Framework Support

Contentstack Launch is a frontend hosting platform that streamlines the deployment process by supporting popular frameworks. This document provides details of the core features supported by Launch.

Framework Support Matrix

The framework support matrix is a thorough outline of the following features that are supported by Launch across the popular frameworks:

  • Static Site Generation (SSG): Static Site Generation involves pre-building a website's pages at build time which results in faster loading speed.
  • Server-Side Rendering (SSR): Server-Side Rendering dynamically generates the web page content on the server and sends a fully rendered page to the client's browser. This results in faster initial page loads and improved Search Engine Optimization (SEO).
  • Client-Side Rendering (CSR): Client-Side Rendering involves rendering a web page content directly in the client's browser using JavaScript. This results in a reduced server load, and dynamic updates to the UI without needing to reload the entire page.
  • CDN Caching: The CDN caches the response upon receiving a request for the first time and continues to serve the cached response from the CDN until it is purged.
  • On Demand CDN Cache Revalidation: The On Demand CDN Cache Revalidation feature allows the user to revalidate CDN cache whenever the content is modified to ensure visitors see the latest version without having to trigger a new deployment. This can be done using the Automate Launch connector.
  • Live Preview: The Live Preview feature allows content managers to preview content without actually publishing it to an environment or saving the changes made to the content. The content changes you make are reflected in the preview portal in real-time.
  • Serverless Functions: By using Serverless Functions, you can execute backend functionality without managing a server.
  • Server Logs: Server Logs are the application logs which are generated while processing requests on the server from the latest Live deployment.

Launch Framework Support Matrix

FrameworkSSGSSRCSRCDN CachingOn Demand CDN Cache RevalidationLive PreviewServerless FunctionsServer Logs
Next.js Pages Routercheck_circle check_circle check_circle check_circle check_circle check_circle check_circle check_circle 
Next.js App Routercheck_circle check_circle check_circle check_circle check_circle check_circle check_circle check_circle 
Gatsbycheck_circle check_circle check_circle check_circle check_circle check_circle check_circle check_circle 
Generic CSRcheck_circleNAcheck_circle check_circleNAcheck_circleNANA
Create React Appcheck_circleNAcheck_circle check_circleNAcheck_circleNANA
Vue.jscheck_circle check_circle check_circle check_circleNA 
Angularcheck_circle check_circle check_circle check_circle check_circle check_circle check_circle check_circle 
Remixcancel check_circle cancel check_circle check_circle check_circle check_circle check_circle 
Nuxtcheck_circle check_circle check_circle check_circle check_circle check_circle check_circle check_circle 
Other SSR FrameworksNAcheck_circle check_circle check_circle check_circle check_circle check_circle check_circle

Next.js

Minimum required versions:

Limitations

Additional Resource: Learn more about App Router and Pages Router On Demand Cache Revalidation support for Next.js on Launch.

Was this article helpful?
^