Does streamlit have a plan to load components on demand?

Does streamlit have plans to load components on demand instead of globally?
At present, global loading will result in longer overall loading time, and users will experience the interface being repeatedly loaded during use. If on-demand loading is adopted, the overall smoothness of use should be better.