emilhe / dash-extensions

The dash-extensions package is a collection of utility functions, syntax extensions, and Dash components that aim to improve the Dash development experience
https://www.dash-extensions.com/
MIT License
414 stars 58 forks source link

Add session_check and session_id_getter to serverside #340

Open Lxstr opened 1 month ago

Lxstr commented 1 month ago

Allows not storing a cache key in localstorage

emilhe commented 1 month ago

Could you add a few tests to illustrate the concept? And possible an example app or two? :)