Blog
Engineering
Feb 5, 2025
How to build a table of contents for Sanity in a Next.js website
Learn how to build a Table of Contents (ToC) for a Next.js site using Sanity CMS. This guide covers extracting headings from Portable Text, scroll tracking, and implementing smooth scrolling.
Engineering
Feb 11, 2025
What are static, dynamic, and streaming rendering in web development?
In web development, choosing the right server rendering strategy Static Rendering, Dynamic Rendering, or Streaming is essential for optimizing performance and enhancing user experience.