Headless CMS

4 posts by 2 authors in: Forums > CMS Builder
Last Post: November 30   (RSS)

Hi,

Can I ask a very simple question?
Is CMS Builder consider as a Headless CMS?

Thank You,
Yusuke

Also, I’ll add that if you use a headless setup, you build the front end a bit differently.

Instead of using PHP's getRecords() to load a $records var and loop over it, you'd code your front end to fetch JSON from your API and render it. That could be plain JavaScript using fetch/AJAX to populate the page, or a frontend framework like React, Vue, or Angular, or even a server-side app (PHP, Node, etc.) that calls the JSON API and renders HTML.

Dave Edis - Senior Developer
interactivetools.com

Hi Dave,

Wow! Thank you so much for your very detailed information about the difference b/w CMSB and Headless CMS.

Even though I don't fully understand what you explained, it's a start for me to further study about them.

Thank you,
Yusuke