Hi, I got asked to create a Dash.jl app for work with a few tricky requirements to tackle.
Namely:
- Multi-page off a non-root base URL path
- Sticky state via URL
?query
search strings - Easy and fast to unit test
In etpinard / Dash.jl-multi-page-app-example · GitLab, some core concepts are described and a fully functional (and forkable ) example app package is included.
Cheers!