arlgnv - Overview
Pinned Loading
-
signalist
signalist PublicTrack real‑time individual stock prices or the overall market and get the latest stock market news
TypeScript
-
nextjs-web-app
nextjs-web-app Public templateTemplate for web applications powered by Next.js
TypeScript
-
telegram-mini-app
telegram-mini-app Public templateTemplate for telegram mini applications
-
React hook that manages local or ses...
React hook that manages local or session storage value 1
import { useState, useEffect } from 'react';
2
3
import { isDefined, isString } from '../_utilities';
4
5
type StorageType = 'local' | 'session';



