杰瑞发布于2025-12-05
Now when you submit the form, the message appears instantly in the list. The form submits to Rails, which responds with a Turbo Stream (I added sleep to mimic a slow response) that replaces the optimistic message with the real one. If the save fails, Rails can show an error message normally.现在,当您提交表单时,消息会立即出现在列表中。表单提交给Rails,Rails会用Turbo Stream(我添加了sleep来模拟缓慢的响应)进行响应,用真实的消息替换乐观的消息。如果保存失败,Rails可以正常显示错误消息。