文件名称:feathers-action-react:连接羽毛动作以响应数据容器
文件大小:44KB
文件格式:ZIP
更新时间:2024-05-28 17:15:12
JavaScript
羽毛React 连接以响应数据容器 作为一部分 :dog_face: :dog_face: :dog_face: npm install --save feathers-action-react 例子 import { connect } from 'feathers-action-react' import Dogs from '../components/dogs' import { actions as dogActions } from '../' import { getIndexProps } from '../getters' export default connect ( { selector : getIndexProps , actions : { dogs : dogActions } , query : { service : 'dogs' , params : { } } }
【文件预览】:
feathers-action-react-master
----.gitignore(51B)
----README.md(2KB)
----example.js(101B)
----test()
--------index.js(163B)
----package.json(1KB)
----index.js(6KB)
----.travis.yml(189B)
----package-lock.json(204KB)