TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

4 点作者 bchelli超过 5 年前
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 条评论

romanovcode超过 5 年前
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 未加载
simplecto超过 5 年前
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 未加载
kojeovo超过 5 年前
Contentful?
评论 #22024166 未加载