文件名称:history-query-enhancer:使用查询属性增强会话历史记录
文件大小:97KB
文件格式:ZIP
更新时间:2024-05-20 18:11:11
query history enhancer TypeScript
历史查询增强器 使用查询属性增强会话历史记录。 安装 npm i history-query-enhancer 用法 v4的查询增强器,因为它query属性。 例子 基本的 import createBrowserHistory from 'history/createBrowserHistory' ; import withQuery from 'history-query-enhancer' ; import queryString from 'query-string' ; const history = withQuery ( queryString ) ( createBrowserHistory ( ) ) ; console . log ( history . location . query ) ; // `location` has `query` property
【文件预览】:
history-query-enhancer-master
----.eslintrc.json(13KB)
----rollup.config.js(791B)
----src()
--------types.ts(1KB)
--------withQuery.ts(2KB)
--------index.ts(89B)
----.travis.yml(260B)
----tsconfig.json(642B)
----LICENSE(1KB)
----test()
--------MemoryHistory.spec.ts(6KB)
--------helpers()
--------createHref.spec.ts(13KB)
--------BrowserHistory.spec.ts(8KB)
--------HashHistory.spec.ts(9KB)
----jest.config.js(384B)
----tslint.json(1KB)
----README.md(5KB)
----index.d.ts(79B)
----.lintstagedrc(166B)
----.huskyrc(61B)
----.editorconfig(147B)
----.gitignore(56B)
----CHANGELOG.md(266B)
----.eslintignore(41B)
----package-lock.json(270KB)
----package.json(2KB)