在 NextJs 教程博客中从客户端更新服务器端数据
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论