This section explains the principles and benefits of client-side rendering in web applications.
Client-side rendering (CSR) is particularly useful when you want to achieve the following:
Add "use client" at the top of your file.
Fetch data with useQuery.
Render loading and error states.
SSR Fetching
This section provides an overview of how to implement server-side rendering (SSR) in a Next.js application using Apollo Client to fetch and display CMS data.
CMS Migration
This section explains how to migrate content from an existing CMS to the Erxes CMS.