A lightweight utility component that enables dynamic creation, storage, and retrieval of client-side variables using browser storage mechanisms. It abstracts sessionStorage and localStorage into simple reusable actions, allowing developers to manage state without server calls.
Supports structured data, dynamic keys, and seamless JSON handling—ideal for improving performance and reducing backend dependency.
BSD-3-Clause License