Nathaniel Nunes discusses integrating Umbraco Media Picker crops with Next.js using the Umbraco Content Delivery API. He outlines setting up Umbraco for headless delivery, configuring Next.js, and interpreting JSON responses for media crops. Nunes provides a TypeScript helper function to generate crop URLs and emphasizes the seamless use of next/image for rendering.
Büra Şengül's article compares Umbraco's built-in Content Delivery API with a custom solution for handling content management separately from frontend presentation. It discusses the benefits and use cases of each approach, providing practical code examples to help developers choose the best fit for their projects.
Nathaniel Nunes discusses building a breadcrumb component for a headless Umbraco project using the Umbraco Content Delivery API. By fetching ancestor nodes with their IDs, developers can create effective breadcrumb trails that enhance navigation and SEO. The API also supports descendant queries for additional content management.
Phil Whittaker discusses his experience creating a Next.js version of the Clean Starter Kit for Umbraco, focusing on automating UI client and model generation from Umbraco's Content Delivery API. He highlights challenges with Hey API and ultimately recommends Orval for its simplicity, stability, and flexibility in generating TypeScript clients.
2025-02-20 from 18:00 to 19:30 - Online on other
Umbraco 15.2 introduced fixes for the Delivery API, enabling the release of the Headless Preview package, which enhances preview functionality for headless sites. This open-source package bridges Umbraco documents and headless rendering, addressing challenges in previewing unpublished content. Kenn Jacobsen invites feedback on future headless preview support in Umbraco.