tiqi-group / pydase

A Python library for creating remote control interfaces of Python objects.
https://pydase.readthedocs.io
MIT License
1 stars 1 forks source link

Feat: useLocalStorage hook #144

Closed mosmuell closed 2 months ago

mosmuell commented 2 months ago

This PR introduces the useLocalStorage react hook. A state can easily be stored using the window.localStorage API. This hook implements the boilerplate code.