|
|
|
|
|
by nfrankel
3131 days ago
|
|
I don't understand the goal. So it's a server CMS, which stores data in Github. What are the advantages of a full-fledged CMS like WordPress? Over a static site generator like Jekyll? Oh yes, it's based on NodeJS, so it's hype! |
|
Traditional CMS's are opinionated server side applications that live outside of the site developer's workflow, and are subject to maintenance and a high potential for getting hacked. The advantage is eschewing all of that for a hackable React app that literally lives on a page on your site, and gaining the speed and security benefits of static development.
To better understand the methodology, check out https://JAMstack.org.