whitphx / stlite

In-browser Streamlit 🎈🚀
https://edit.share.stlite.net
Apache License 2.0
1.16k stars 55 forks source link

Pre-rendering? #379

Open aghasemi opened 1 year ago

aghasemi commented 1 year ago

Hi,

The new version of HoloViz Panel has apparent support for Pyodide/WASM

Interesting in their documentation is the mention of "pre-rendering" to have some non-empty interactable page as soon as possible, instead of a long "Loading..." message.

How feasible is it to have the same thing for STLite?

whitphx commented 1 year ago

Thanks, it's important. Let me check the Panel's implementation and consider the appropriate design for stlite. This is also stated at #347