aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/hooks/use-local-storage
Commit message (Collapse)AuthorAgeFilesLines
* refactor(hooks): rewrite useLocalStorage hookArmand Philippot2023-11-113-0/+98
* return a tuple instead of an object * add a validator function as parameter (if the stored value is manually changed, it is not safe to cast its type) * add tests