NOTE: Latest supported version: Sitefinity CMS 14.2.7924.0 and above
The sample code in this repo implements a decoupled frontend SPA renderer for Sitefinity CMS. It uses the Sitefinity Layout API services to render the layout and widget content in Sitefinity MVC pages. The sample code uses the React framework.
The sample supports:
- Local Development on any node.js supported OS
- Integration with thw WYSIWYG editor
- Server-side rendering with Next.js
- Widget development with React
- OOB widgets - Section, Content list, Content block, Kendo widgets
- Rendering of pages created through the 'React Renderer'
To quickly set-up a dev environment, look at the docs in CI & CD.
To learn more about widget development, look at Widget development