Hey there, I just started using Dash a couple weeks ago for my team. It worked great so far. However, there was one thing perplexed me a lot: which is data sharing, I just read the following doc yesterday, and it resolved my question.
However, most of the beginner guide / getting started guide only use the bad practice mentioned in the doc. Like this one: Part 2. Layout | Dash for Python Documentation | Plotly
I believe that would be the first doc majority of the new users start with. I found it could be misleading for new users about the model. It would be great if we could mention it is not using best practice, link to best practice page or better have a best practice example, then do the anatomy of it, instead of breaking it apart into a couple of non-best practice examples.
Thanks!