Recently I came across the term Headless CMS. what they are , why we use them and which one to choose as I am MERN stack developer with Next.js.
For further actions, you may consider blocking this person and/or reporting abuse
Recently I came across the term Headless CMS. what they are , why we use them and which one to choose as I am MERN stack developer with Next.js.
For further actions, you may consider blocking this person and/or reporting abuse
Timeless DEV post...
The most used technology by developers is not Javascript.
It's not Python or HTML.
It hardly even gets mentioned in interviews or listed as a pre-requisite for jobs.
I'm talking about Git and version control of course.
Matheus Adorni Dardenne -
Ahmed Saber -
Code of Relevancy -
Omar.unwrap(); -
Once suspended, hijazi313 will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, hijazi313 will be able to comment and publish posts again.
Once unpublished, all posts by hijazi313 will become hidden and only accessible to themselves.
If hijazi313 is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Muhammad Hamza Hijazi.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag hijazi313:
Unflagging hijazi313 will restore default visibility to their posts.
Top comments (2)
Headless CMS is just a CMS where you can plug a front-end to call APIs directly to display your content.
It is usually a separate component so it helps a lot in speed & performance. This makes it easier for different people like marketing to focus on using/editing the content in the CMS or you calling the API from your front-end without dealing with the backend. Since headless CMS offers great documentation in their API to make it easy to pull data from the CMS.
A headless CMS is a content management system that provides the Data over an API. The term “headless” comes from the concept of chopping the “head” (the front end, i.e. the website) off the “body” (the back end, i.e. the content repository). A headless CMS remains with an interface to add content and a RESTful API (JSON, XML) to deliver content wherever you need it.
The Headless CMS I love is Directus: directus.io/. Not sure you are experienced with Wordpress, but you can also use WP as a headless CMS with the API they provide: developer.wordpress.org/rest-api/