Two ways to use our CMS
Two ways to use our CMS
We provide two ways to use our CMS.
“Headless” uses ONLY schemas and uses our platform as an advanced database and “querying” platform.
You are responsible for injecting the fetched content into your React components.
If you want to create another route, you will have to create a new file.
This “Headless” approach might give you more flexibility in what you might be using our CMS for.
“Hybrid” combines “blocks” and “schemas” together.
It injects content into your React components in an organized way without tightly coupling with your codebase.
This gives both you and the CMS control over editing aspects, including:
/landingPage or /marketingSite directly from the UI without creating a new fileThis combines the headless approach of injecting data into your components while allowing you to directly use your React components, which you can reference from the admin panel.