DEV Community

Discussion on: You don’t always need a CMS

Collapse
 
jamesbhatta profile image
James Bhatta

Great. How can we handle database related things like comments or likes with this approach?

Collapse
 
dailydevtips1 profile image
Chris Bongers

I had comments on a SSG before, there are several options there.
Either you can use an external service for this.

Or you can roll out your own solution with cached files on build.
There are some amazing write-ups around that.

Also you could still leverage any normal database, the updates would just not be realtime.