|
|
|
|
|
by laurynas-s
2656 days ago
|
|
I was looking something like this when I wanted to add a blog for my React SPA apps. I didn't want WordPress, but I wanted a simple backend just for editing the blog posts. However, I realised that it is going to be bad for SEO as I cannot do serverside rendering this way. I cosidered adding a WordPress blog, but eventually just ended up with a simple markdown rendering from the files - 1 file - 1 post. If you manage to find a easy way to support serverside rendering, the product is going to be good. |
|
Here's an article I wrote about opening up a blog with Cosmic back in 2017. It still holds... https://hackernoon.com/language-agnostic-content-management-...