Examples of multi-page apps with Dash Pages

Are layout() functions for all pages loaded before assets sent to client? I add sleep(60) to page-2 layout(), visit page-1 in the browser and it takes 1 minute to load. Trying to wrap my head around Pages with pathname callbacks and was noticing functions executing that weren’t be called

1 Like