2 Repos
General helpers for retrieving and managing data within browser-native storage APIs.
Distinct from Local Data Storage: The candidates focus on security/privacy or inspectors rather than simple retrieval helpers.
Explore 2 awesome GitHub repositories matching web development · Web Storage Utilities. Refine with filters or upvote what's useful.
usehooks-ts is a comprehensive collection of reusable TypeScript-based hooks designed for managing state, DOM events, and browser API interactions within React applications. It provides a typed library of functions to handle common frontend patterns and side effects. The project distinguishes itself by offering specialized hooks for browser integration, including tools for interacting with the system clipboard, managing local and session storage persistence, and loading external scripts. It also includes utilities for responsive UI development, such as tracking media queries, window dimension
Provides a utility for retrieving stored values from browser local storage using a specific key.
Hive is a lightweight NoSQL key-value database written in pure Dart for local data persistence. It functions as a type-safe document store that allows for the saving and retrieval of complex data structures and custom objects. The system distinguishes itself through the use of custom adapters for object serialization and symmetric-key encryption to secure data at rest. For web environments, it provides a persistence layer that wraps IndexedDB and utilizes web workers. The project covers broad capability areas including container management, atomic transactional writes, and indexed data retri
Optimizes web persistence by integrating IndexedDB and Web Workers for improved performance.