How can we Implement/Use In Apache Sling Dynamic Include in AEM Headless cms project?
I am working on an AEM Headless CMS project where AEM serves content as JSON via Content Fragments/API, and React is used as the front end. Since SDI is typically used for HTML-based components in traditional AEM pages, how can we leverage SDI for dynamically changing content while keeping the benefits of caching in an AEM Headless setup?
Thanks in advance.