Hacker News new | ask | show | jobs
by romanovcode 2352 days ago
Best thing you can do is proxy pass a path of your website to some CMS, however when your CMS will have to execute CTAs on your SPA, good luck with that.

Worst thing you can do is allow HTML fields in your Headless CMS and pass it through in your SPA but it is like going back to 90s way of doing content.

SPA is not a good case for this type of website. What you need is WordPress. This problem cannot get solved with Headless CMS.

1 comments

Thanks @romanovcode!

This is indeed hard/impossible to implement this routing logic on a SPA... Also I would lose common header, footer and style in general.

I think this is why most people are using a blog.xxxx.tld with a WordPress, basically to save them the headache.

On the other side, I'm looking at SEO and I wonder if splitting my domain authority between two subdomain is the way to go.