Opinionated pattern for multi-page Dash.jl apps

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 :wink: ) example app package is included.

Cheers!

2 Likes

Thanks for sharing. I will study this pattern as I try it out.

1 Like