文件名称:react-hash:React自定义钩子以从URL获取哈希
文件大小:491KB
文件格式:ZIP
更新时间:2024-05-30 10:19:33
HTML
React哈希 React自定义钩子以从URL获取哈希值。 目录 安装 npm: npm install react-hash 纱: yarn add react-hash 用法 import React from 'react' ; import { useHash } from 'react-hash' ; const App = ( ) => { const [ hash , setHash ] = useHash ( ) ; return ( < div className = 'App'> < h1> { hash } < / h1 > < input type = 'text' value = { hash } onChange = { ( e ) => setHash ( e .
【文件预览】:
react-hash-master
----.gitignore(281B)
----.eslintrc(603B)
----package.json(2KB)
----.lintstagedrc.json(66B)
----package-lock.json(693KB)
----src()
--------index.js(497B)
----.travis.yml(41B)
----.prettierignore(47B)
----README.md(1KB)
----example()
--------package.json(862B)
--------package-lock.json(1.26MB)
--------src()
--------public()
----.eslintignore(47B)
----.huskyrc.json(53B)
----.editorconfig(147B)
----.prettierrc(196B)