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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Notion as CMS is not always a good choice

2 点作者 tobiaslins超过 4 年前
We at Splitbee created an OSS library called react-notion [1] that helps you rendering Notion content in your React app.<p>This has many benefits such as the simplicity of the Notion Editor, simple layouts and ease of use.<p>While this works out for smaller blogs and content pieces across the website, it also has some drawbacks.<p>* No proper versioning&#x2F;publishing feature. Depending on the implementation, the changes are visible on the website immediately or after the next deployment. * No i18n support. You would need to write content on 2 or more pages and link them somehow. * Can break at any time because we use Notion&#x27;s Private API. (ing forward for the Public API)<p>We initially built our blog [2] &amp; documentation [3] with react-notion but switched away with the Documentation to Sanity. We simply needed the versioning and publishing features.<p>Nevertheless, react-notion can be a great way for websites to display rich text content. The implementation is easy and it looks sleek out of the box.<p>[1] https:&#x2F;&#x2F;github.com&#x2F;splitbee&#x2F;react-notion [2] https:&#x2F;&#x2F;splitbee.io&#x2F;blog&#x2F;notion-as-cms-using-nextjs [3] https:&#x2F;&#x2F;splitbee.io&#x2F;docs

暂无评论

暂无评论