dash-labs icon indicating copy to clipboard operation
dash-labs copied to clipboard

Multi-Page Apps [Feature Request] Prevent ID collisions

Open AnnMarieW opened this issue 3 years ago • 0 comments

A common challenge when making multi-page apps is ensuring that IDs are unique in the entire app.

Perhaps there is a way to handle this within the pages/ api, for example using uuid or a page specific string as a prefix to the ids on each page.

See the community discussion here

And a possible solution from @Emilhe in the dash-extensions library as demonstrated here

AnnMarieW avatar Jan 12 '22 19:01 AnnMarieW