Hacker News new | ask | show | jobs
by inyono 2308 days ago
Definitely a good point. Just wanted to note that you could write a renderer in some server language that outputs static HTML. And only use the editor to make that static content editable (loaded asynchronously or on a different route). The serialized state is easy to parse by design.
1 comments

That is an excellent idea!