Skip to content

karlludwigweise/localstorage

Repository files navigation

localstorage

A thin wrapper around the localStorage api

Usage

yarn add @klw/localstorage
import { useLocalStorage } from "@klw/localstorage";

const storage = useLocalStorage();
storage.set("alive", true);
storage.get("alive");

About

A thin wrapper around the localStorage api

Resources

License

Stars

Watchers

Forks

Packages

No packages published