Some tips on building better callbacks

I’ve written an article on Medium (not monetized) about some callback design patterns I’ve fallen into over the past year working with dash. A lot of this information is already in the docs (all-in-one components and flexible callbacks), but maybe my take on it might be useful to others.
Cheers.

6 Likes

Hello man,
Thanks for your contribution… I think that it would be great if you can share the repository or at least the source code so we can try to reproduce and validate what you did.

Regards,
Leonardo

Full code example here: GitHub - mack-raymond/dash-examples
Link also in article

1 Like

Thank you for writing this article and sharing with the communtiy, @trailboss