sync-query-redux:将Redux状态与URL查询参数同步

时间:2024-06-02 22:57:42
【文件属性】:

文件名称:sync-query-redux:将Redux状态与URL查询参数同步

文件大小:682KB

文件格式:ZIP

更新时间:2024-06-02 22:57:42

redux javascript sync reactjs redux-state

创建该库是为了轻松地在URL查询参数和redux状态之间进行同步。 受到启发。 安装 可以使用完成安装 npm install --save sync-query-redux 或 yarn add sync-query-redux 用法 普通同步 import { plainSync } from "sync-query-redux" ; import createHistory from "history/createBrowserHistory" ; const history = createHistory ( ) ; const pathname = "/somePathname" ; const actionCreator = newQueryString => ( { type : "SOME_ACTION" , newQueryString } ) ; const


【文件预览】:
sync-query-redux-master
----.travis.yml(183B)
----.babelrc(244B)
----docs()
--------images()
----flow-typed()
--------npm()
----.flowconfig(99B)
----package.json(2KB)
----package-lock.json(363KB)
----custom-types()
--------history.js(4KB)
----src()
--------plain-sync()
--------index.js(75B)
----examples()
--------plain-sync()
----LICENSE.md(1KB)
----.gitignore(39B)
----lib()
--------plain-sync()
--------index.js(680B)
----README.md(3KB)
----scripts()
--------test.js(579B)

网友评论