What a mountain of buzzwords! I miss Java Applets, which did many things better than the nonsense pushed today.<p>Java integration with the DOM was actually very nice. Thread support in Java was (and is) light years ahead of Python.<p>When writing a Java Applet, you had the feeling that you understood the entire app. No one knows what is going on in these new frameworks, which may explain the increase in data leaks.
> Dash: Enterprise-grade, one-framework-fits all solution. Unlimitied design flexibility & great scalability.<p>This is hilarious because the official documentation[0] suggests that you use hidden divs to store data as json if you need to share it between callbacks (which is more common than they would have you believe). And good luck serializing data structures with complex types in them.<p>Python frameworks are all fun and dandy untill you look under the hood or try to push the envelope.<p>Personally for all my dashboard needs I have found R's Shiny to be the best.<p>0. <a href="https://dash.plotly.com/sharing-data-between-callbacks" rel="nofollow">https://dash.plotly.com/sharing-data-between-callbacks</a>