react-use-localstorage :(寻求维护者)

时间:2024-02-23 19:53:33
【文件属性】:

文件名称:react-use-localstorage :(寻求维护者)

文件大小:138KB

文件格式:ZIP

更新时间:2024-02-23 19:53:33

react npm typescript npm-package localstorage

React使用本地存储 取决于稳定的v16.8.1〜 使用访问。 在CodeSandbox上分叉 如何使用它 import React from 'react' ; import ReactDOM from 'react-dom' ; import useLocalStorage from 'react-use-localstorage' ; import './styles.css' ; function App ( ) { const [ item , setItem ] = useLocalStorage ( 'name' , 'Initial Value' ) ; return ( < div xss=removed> < h1> Set Name to store in Local Storage < / h1 > < div> < label> Name: { ' ' } < input type = "text"


【文件预览】:
react-use-localstorage-master
----.gitignore(1KB)
----.all-contributorsrc(2KB)
----package.json(2KB)
----src()
--------index.ts(977B)
----LICENSE(1KB)
----tsconfig.json(738B)
----.github()
--------stale.yml(737B)
----.prettierignore(5B)
----react-use-localstorage.gif(32KB)
----README.md(7KB)
----.vscode()
--------settings.json(699B)
----.markdownlint.json(57B)
----.npmignore(52B)
----test()
--------setup.ts(609B)
--------index.test.ts(1KB)
----.editorconfig(130B)
----.prettierrc(106B)
----yarn.lock(270KB)

网友评论