Is it possible to code Multi-Page Apps and have a live dynamic update for the html page?
Although, I have a vague idea how to do it, but can anyone confirm if this is possible at all?
The vague idea I have is to return live-updates when the new pathname is called! But this happens only when the link is clicked and wrapper calls the respective function. But i want to open all the Apps and keep updating it dynamically, in parallel irrespective of a click.
Or is this the case: Dash renders web applications as a “single-page app”
???