asyncstorage topic

List asyncstorage repositories

react-native-fast-storage

88
Stars
13
Forks
Watchers

A simple, performance oriented key value storage for React Native. Drop in replacement for AsyncStorage

redux-remember

76
Stars
4
Forks
Watchers

Saves and loads your redux state from a key-value store of your choice

RN-login-register-screen

34
Stars
29
Forks
Watchers

Usage of login / sign-in screen with register / sign-up and forget password screen for authentication in react-native with navigation and Async local storage of input values

tua-storage

46
Stars
8
Forks
Watchers

📦 统一封装各个端(小程序、web 端、React-Native、Node 端)中对于缓存层的使用(A common storage for web(localStorage), for RN(AsyncStorage), for mini-program(wx) or just memory cache(Node.js))

use-state-persist

52
Stars
5
Forks
Watchers

Simple React Hook to persist/cache the useState locally. Easily load stale state for better ux.

This is an react-native login example, with redux, redux-persist, redux-thunk and react-native-router-flux.

async-context

44
Stars
3
Forks
Watchers

:link: NestJS Async Context based on async_hooks

async-local-storage

24
Stars
6
Forks
Watchers

AsyncLocalStorage is an unencrypted, asynchronous, persistent, key-value storage system that is global to the app in web browser. It should be used instead of LocalStorage.