asyncstorage topic
react-native-fast-storage
A simple, performance oriented key value storage for React Native. Drop in replacement for AsyncStorage
redux-remember
Saves and loads your redux state from a key-value store of your choice
RN-login-register-screen
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
📦 统一封装各个端(小程序、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
Simple React Hook to persist/cache the useState locally. Easily load stale state for better ux.
react-native-redux-thunk-authentication-example
This is an react-native login example, with redux, redux-persist, redux-thunk and react-native-router-flux.
async-context
:link: NestJS Async Context based on async_hooks
aioudp
Asyncio UDP server
async-local-storage
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.