feathers-active:Feathers服务的React性API扩展

时间:2024-03-12 23:06:09
【文件属性】:

文件名称:feathers-active:Feathers服务的React性API扩展

文件大小:386KB

文件格式:ZIP

更新时间:2024-03-12 23:06:09

JavaScript

羽毛React性 羽毛的React式API扩展 关于 feathers-reactive向服务添加了watch()方法。 返回的对象将所有服务方法实现为可观察对象,并根据自动更新。 选项 支持以下选项: idField (必填):服务的id属性字段。 取决于您的服务/数据库。 通常是“ id”(SQL,Rethinkdb等)或“ _id”(MongoDB,NeDB等)。 dataField (默认: data ):分页响应中的data属性字段 listStrategy (默认值: smart ):用于流式传输数据的策略。 可以变得smart , always或never 。 避免always使用。 sorter ( function(query, options) {} ):针对给定查询和选项返回排序功能的函数,包括分页和限制。 除非存在除Feathers标准之外的其他排序机制,否


【文件预览】:
feathers-reactive-master
----.gitignore(615B)
----.babelrc(86B)
----package.json(3KB)
----package-lock.json(311KB)
----src()
--------resource.js(2KB)
--------index.js(3KB)
--------list.js(785B)
--------utils.js(2KB)
--------strategies.js(3KB)
--------cache.js(1KB)
----webpack.config.js(1KB)
----.travis.yml(311B)
----dist()
--------feathers-reactive.js(725KB)
--------feathers-reactive.js.map(618KB)
--------feathers-reactive.min.js(170KB)
----LICENSE(1KB)
----CHANGELOG.md(24KB)
----.github()
--------stale.yml(1005B)
--------contributing.md(6KB)
--------issue_template.md(714B)
--------pull_request_template.md(1KB)
----examples()
--------react-todos()
--------todos-server.js(457B)
--------basic.js(911B)
----README.md(8KB)
----.istanbul.yml(273B)
----migrating.md(2KB)
----.npmignore(92B)
----test()
--------index.test.js(173B)
--------list.test.js(13KB)
--------resource.test.js(5KB)
----.editorconfig(214B)
----index.d.ts(3KB)

网友评论