没有合适的资源?快使用搜索试试~ 我知道了~
render-props-compose:将多个嵌套的渲染道具组件组合为一个组件
共16个文件
js:8个
md:2个
yml:1个
需积分: 9 0 下载量 89 浏览量
2021-04-26
07:23:20
上传
评论
收藏 81KB ZIP 举报
温馨提示
render-props-compose 该库可以合并n嵌套的render-props组件,每个组件都使用1个参数,并构建一个使用n参数的单个render prop组件。 这使您可以展平深层嵌套的渲染道具构造。 就像您编写函数或HOC一样,它可以组成您的渲染道具。 使用这个库,您可以打开它: const App = ( ) => ( < Counter> { counterProps => ( < Timer> { timerProps => ( < Mouse> { mouseProps => ( < YourComponent { ... counterProps } { ... timerProps
资源推荐
资源详情
资源评论
收起资源包目录
render-props-compose-master.zip (16个子文件)
render-props-compose-master
.gitignore 64B
package.json 1KB
src
index.js 1KB
.travis.yml 296B
CONTRIBUTING.md 745B
nwb.config.js 183B
README.md 4KB
demo
src
index.js 1KB
Timer.js 884B
Counter.js 501B
views.js 725B
Mouse.js 525B
tests
.eslintrc 37B
index-test.js 918B
.prettierrc 52B
yarn.lock 267KB
共 16 条
- 1
资源评论
神力锂电
- 粉丝: 30
- 资源: 4690
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功