July 2026 Summaries
2 posts from Strapi
Filter
Month:
Year:
Post Summaries
Back to Blog
This guide explores the implementation of Dynamic Zones in Strapi 5 with Next.js 16 to create a more efficient content streaming process for web pages, especially those heavily reliant on Content Management Systems (CMS) for marketing purposes. Dynamic Zones enable editors to structure pages using reusable content blocks, but traditionally, rendering these as client components results in request waterfalls that delay initial page loads. By leveraging React Server Components, the guide demonstrates a method where all data fetching occurs on the server, allowing skeleton HTML to be streamed to the browser before the CMS data resolves, thus enhancing page load speed and user experience. The guide details setting up a content model in Strapi, configuring population strategies, and constructing a two-phase fetch system which separates content structure from data, allowing progressive content streaming without client-side requests. The tutorial prepares for a subsequent part that will focus on rendering blocks using Suspense, caching, and draft previews, promising a more seamless integration between the content management and frontend frameworks.
Jul 14, 2026
4,112 words in the original blog post.
Strapi Cloud is discontinuing its Free plan effective July 1, 2026, due to the realization that the majority of free projects were inactive, resulting in unnecessary infrastructure costs and a subpar user experience due to performance issues. Users with existing free projects have until September 1, 2026, to upgrade to a paid plan or delete their projects, with reminders provided as the deadline approaches. The decision to remove the Free plan allows Strapi to redirect resources towards enhancing the platform for paying customers, with recent improvements including better logs, reliability enhancements, and an upcoming Observability dashboard. The company is also focusing on strengthening the Strapi CMS by improving its performance, integrating advanced AI capabilities, and expanding its enterprise features, which underscores their commitment to offering a robust, paid service.
Jul 13, 2026
702 words in the original blog post.