Skip to content

Headless CMS

Marie-Louise edited this page Jan 30, 2019 · 3 revisions

diagram

ref: css tricks

Responsive design says "let's let our design and media accommodate as much variation in screens as possible."

Progressive enhancement says "let's make the functionality of this site work no matter what."

Designing for accessibility says "let's ensure everyone can use this regardless of their capabilities as a person."

A headless CMS says "let's not tie our data to any one way of doing things."

continued from css tricks article ....

A "regular" CMS gives us three things

  1. A way to store data
  2. A CRUD UI
  3. Ways to display the data

TL;DR graphic

diagram2 diagram3

headless CMS - CSS Tricks

Clone this wiki locally