A modular template for building interactive, data-driven web applications

I have been working with Dash for about 2.5 years, and during that time, I haven’t come across a suitable template for large-scale applications. So, I decided to create one based on my experience. I welcome any feedback or pull requests.

Repo: https://github.com/MohammadSakhnini/dash-template

2 Likes

@Grozkal Nice!
Always interesting to see how people work.
I see you have suppress_callback_exceptions=True. I always try to keep it to True to get warned if something is wrong, instead of a silent error. What’s your take on this?