Getting Started with Optimizely SaaS Core and Next.js Integration: Testing Content Updates

The blog post discusses the challenges of content updates on a website using Optimizely CMS, Next.js, and the Apollo Client due to Apollo's local caching feature. The local caching enhances application speed but fails to reflect real-time updates. A temporary solution used is the revalidate parameter set to revalidate the cache every 5 seconds, ensuring content updates are reflected. However, this is not ideal for long-term use, and more targeted cache updates are preferable in a production environment.

Getting Started with dangerouslySetInnerHTML in React

The blog post discusses the use of React's dangerouslySetInnerHTML property to insert raw HTML into a component, helping to improve content presentation and user experience. Risks are highlighted, such as potential security exposures if misused. A practical application is shown through Optimizely SaaS Core integration, demonstrating the tool's value for web development despite necessary precautions.

Getting Started with Optimizely SaaS Core and Next.js Integration

The blog post covers the process of creating a website with Optimizely SaaS Core and integrating it with a Next.js project. Key steps include defining content types, setting up the website, synchronizing data with Optimizely Graph, installing Next.js, and incorporating Apollo for GraphQL data fetching. The post also provides information about styling adjustments and future topics.

Organize page content into folders dynamically

Why do we need organized content into folders or containers? As your content tree grows, it gets more difficult to locate items and performance can decrease.All the items inside the folder or container are automatically organized in a logical format. When to use dynamic folders? When you need to manage large number of items in …

Continue reading Organize page content into folders dynamically

Coding add-ons for the Marketplace

This post is taken from https://www.verndale.com/insights/coding-add-ons-for-the-episerver-app-marketplace Episerver architecture was designed to allow programmers to easily modify the CMS to include components that help the administrator or content author reduce the time it takes to complete their job. These components can be reused in multiple projects by downloading them from the marketplace or installing them through …

Continue reading Coding add-ons for the Marketplace