Search results

305 packages found

React hooks for persistent state

published 4.0.1 4 years ago
M
Q
P

Use webStorage or webStorage poly-fill as a React/Flux store.

published 0.0.4 9 years ago
M
Q
P

A JavaScript library that simplifies persistent storage management in web applications, providing utilities for storing and retrieving data using local storage and session storage mechanisms.

published 1.1.0 a year ago
M
Q
P

Handle interaction with local and session storage.

published 0.1.4 2 days ago
M
Q
P

A component for sync data from localstorage on React.

published 1.0.2 2 years ago
M
Q
P

Realm is a mobile database: an alternative to SQLite and key-value stores

published 1.0.0 6 years ago
M
Q
P

A custom React Hook that provides a multi-instance, multi-tab/browser shared and persistent state.

published 0.4.1 2 months ago
M
Q
P

[![npm package][npm-badge]][npm] ![npm-bundle-size] ![Module formats][module-formats] ![npm-download-count]

published 0.1.1 9 months ago
M
Q
P

goobs-repo is a collection of reusable components and utilities for building web applications with React and Next.js. It provides a set of tools to streamline development and enhance functionality.

published 0.7.31 2 days ago
M
Q
P

Local storage with encryption

published 1.0.3 2 years ago
M
Q
P

Simple, Easy, Local (or Session) Storage in React

published 0.1.0 5 years ago
M
Q
P

TypeScript Persistence API

published 1.0.4 3 months ago
M
Q
P

# 特性 ## 状态持久化 状态分离 存储在localStorage中 ### 原理其实很简单 每个状态其实都是一个useState 只是做了些小改动 ### 状态会有一个副本合集 存在一个js对象中 这个副本只是用来记录 不会导致组件更新 ### 每一次setState 都是改变原有的useState中的数据 ### 每一次读取 如果localStorage中有数据则返回localStorage中的数据 如果没有 则是从副本中读取 ### 基于这一特性 每次父组件更新状态 子组件们都会重新读取loc

published 1.1.0 a year ago
M
Q
P

a react hook for storing a state in localStorage

published 1.0.8 2 years ago
M
Q
P

Useful react components that will save your day

published 0.5.1 8 months ago
M
Q
P

A lightweight and secure solution for encrypting and decrypting sensitive data in the local storage of web browsers.

published 1.0.0 10 months ago
M
Q
P

Yet another React data (re)fetching library

published 2.0.13 3 months ago
M
Q
P

Manage anytype of state like local, state, localStorage, etc

published 1.0.1 9 months ago
M
Q
P

A react-native wrapper for reading existing localstorage databases created by app built with cordova.

published 1.0.0 3 years ago
M
Q
P

use-encrypt-storage is a simple and secure utility for managing browser localStorage with encryption. It provides a React hook that seamlessly integrates with the brower's localStorage and leverages the robust encryption capabilities of crypto-js. This pa

published 0.0.32 4 months ago
M
Q
P