TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: CMS for static pages on a React website?

4 pointsby bchelliover 5 years ago
Hello,<p>I&#x27;m looking for a tool or a service that will allow a marketing team or a product team to add static pages to an existing site built in React. I have two use cases:<p>1. Lead generation, creating custom pages for different type of customers with forms to get in contact with our Sales team<p>2. SEO, creating content on our site<p>Ideally I&#x27;m looking for solution type WebFlow that a non-technical person can interact with but embedded on an existing site.<p>Thanks for the help,

3 comments

romanovcodeover 5 years 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.<p>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.<p>SPA is not a good case for this type of website. What you need is WordPress. This problem cannot get solved with Headless CMS.
评论 #22020302 未加载
simplectoover 5 years ago
I think you might be looking for a headless cms. Lots out there so I will link you to a directory site.<p><a href="https:&#x2F;&#x2F;headlesscms.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;headlesscms.org&#x2F;</a><p>I have been looking seriously at directus and strapi
评论 #22017527 未加载
kojeovoover 5 years ago
Contentful?
评论 #22024166 未加载