A good way to store and retrieve contents in a database. #4395
-
I'm building a blog service targeted at developers. Currently, I'm using the plate.js editor for the post writing feature. Previously, when users clicked the save button, the post content was stored in the backend database as a JSON object. To display posts, I simply rendered them using the plate editor component in read-only mode. However, I'm starting to worry about potential performance issues with this approach. I'm now considering what would be the best way to store post content and how to fetch and render it efficiently on the frontend. I'm also curious about how others usually handle this, and would appreciate any ideas or best practices you can share. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
plateStatic has better performance than readonly editor |
Beta Was this translation helpful? Give feedback.
plateStatic has better performance than readonly editor