@createnextapp/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.
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.
Dynamic variables i.e. global variables with dynamic scope
Promise-based API for Browser localStorage
Effector Domain based on AsyncLocalStorage
A (very) simple AsyncLocalStorage wrapper/middleware
Tiny TypeScript functional dependency injection, based on Node.js AsyncLocalStorage