I don't understand the difference between creating an application with Angular or React (or something else) on the frontend and communicating with an API for the back (and call it a CMS), and a Headless CMS. They sound the same. What is the difference?
Asked
Active
Viewed 25 times
-1
-
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. – Community Sep 08 '21 at 16:29
1 Answers
0
An API is a way for software to communicate with other software.
A headless CMS is a content management system that comes with an API for clients to retrieve data and doesn't come with its own end-user frontend (they generally come with admin frontends).

Quentin
- 914,110
- 126
- 1,211
- 1,335