在 NextJs 教程博客中从客户端更新服务器端数据

发布于 2025-01-10 05:54:04 字数 450 浏览 1 评论 0原文

NextJs 教程设置了一个博客,该博客使用通过静态生成进行预渲染 从 Markdown 文件中读取数据依赖项(在本例中为博客文章),将此数据作为 props 发送到页面。非常整洁!

我在此基础上添加了编辑页面上降价的功能。实现上述可编辑性后,我的目标是保留更改,但我达到了 阻止错误消息显示“fs”无法解析。然后我意识到我正在尝试从客户端执行一些服务器端代码(将 Markdown 保存到文件)。

我有哪些选项可以从客户端保存降价?

The NextJs tutorial sets up a blog that uses pre-rendering via static generation to read data dependencies (blog posts, in this case) from markdown files, sending this data as props to the page. Very neat!

I went to build upon this by adding the ability to edit the markdown on the page. After implementing said editability I aimed to persist the changes, but I reached a blocking error message saying 'fs' can't be resolved. It then hit me that I am trying to execute some server-side code (saving markdown to files) from the client.

What options do I have to save markdown from the client?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文