文件名称:use-url-state:将React组件的状态提升到url中
文件大小:2.64MB
文件格式:ZIP
更新时间:2024-05-22 09:42:16
react javascript hooks typescript state-management
with-url-state 将状态从react组件中移出并进入url 钩子 分支上有一个基于的api,在上以beta版本发布。 安装 要使用npm进行安装,请使用 npm install with-url-state --save 使用纱线安装 yarn add with-url-state 用法 出视图,查看或在使用它。 使用JavaScript import React from 'react' import { withUrlState } from 'with-url-state' const enhance = withUrlState ( props => ( { color : 'blue' } ) ) export const UrlForm = enhance ( props => ( < div xss=removed> <
【文件预览】:
use-url-state-master
----.gitignore(59B)
----package.json(3KB)
----tslint.json(3KB)
----src()
--------withUrlState.ts(6KB)
--------withUrlState.test.tsx(15KB)
----License(1KB)
----setupTestFramework.js(683B)
----CHANGELOG.md(2KB)
----tsconfig.json(630B)
----Readme.md(5KB)
----demo()
--------tsconfig.prod.json(35B)
--------.gitignore(285B)
--------package.json(781B)
--------tslint.json(38B)
--------src()
--------public()
--------tsconfig.json(440B)
--------color-example.gif(2.06MB)
--------yarn.lock(407KB)
----demo-build()
--------service-worker.js(1KB)
--------static()
--------index.html(2KB)
--------precache-manifest.b406fdbd56430e9b8034d43b61f3ffb1.js(685B)
--------favicon.ico(4KB)
--------manifest.json(298B)
--------asset-manifest.json(1KB)
----.circleci()
--------config.yml(672B)
----.npmignore(131B)
----yarn.lock(223KB)