sailfish
sailfish copied to clipboard
RFC 5: Template debugger for HTML
Description
I looked through Rust subreddit and realized that some developers want a "Hot-reloading" feature. This features requires for templates to be recompiled and reloaded when it is updated. Unfortunately the Sailfish is not designed for achieving this feature.
However, This feature is only useful when adjusting visual design of the web page. I think it is better to develop an another tool to debug templates for adjusting design.
Application design
Users input the data in the form. When the form is updated templates will be re-compiled and render the result HTML inside iframe.