CMS and Client-Rendered Content
From Issue #24
CMSs are starting to evolve around the end of server-side rendering. No server-rendered HTML means the CMS can’t inject markup.
Two examples:
- Here’s a page of doc from Adobe that shows how to enable front-side editing when the DOM is built client-side. They call it “The SPA Editor.”
- Here’s JavaScript Services for Sitecore, which provides specific libraries for Angular, React, and Vue that enable Sitecore functionality and the ability to “wire-up” directly from DOM objects in the browser to Sitecore content.