文件名称:react-nanny:实用程序来管理您的React Children
文件大小:125KB
文件格式:ZIP
更新时间:2024-05-19 01:29:06
react javascript reactjs react-children reactnode
React保姆 实用程序来管理您的React Children; 通过类型或自定义函数查找和过滤子级,强制执行子级内容等! 朋友你好。 您是否曾经需要: ...按类型或其他方式查询一组React Children? ...出于[无审判]原因而拒绝并遣散您的一些孩子? ...确保您的孩子返回一定水平的内容? 如果您对上述任何一个问题的回答是肯定的,那么听起来您的孩子可以使用保姆来帮助解决混乱问题。 版本: 2.7.0 依存关系 react-nanny没有任何依赖关系。 但是,它确实具有"react": ">=16.0.0"的对等依赖关系,如果您是那种正在为React子项寻找utils的人,那么您很可能会满足。 实用程序摘要 单击每个函数名称以获取详细信息和示例 功能 描述 通过指定谓词获取第一个孩子 通过指定谓词获取第一个孩子(深度搜索) 按指定类型获取第一个孩子 按指定
【文件预览】:
react-nanny-main
----.gitignore(40B)
----.eslintrc(401B)
----package.json(1KB)
----package-lock.json(229KB)
----src()
--------getChild()
--------removeChildren()
--------getChildren()
--------getChildrenWithDescendant()
--------getDescendantDepthByType()
--------getChildByType()
--------removeChildrenByType()
--------noEmptyChildren()
--------index.ts(1KB)
--------getDescendantDepth()
--------overrideProps()
--------types.ts(212B)
--------getChildrenWithDescendantByType()
--------_private()
--------getChildrenByType()
--------typeOfComponent()
----bin()
--------generateReadme.js(9KB)
--------readme.ejs(5KB)
----.travis.yml(105B)
----dist()
--------package.json(855B)
--------LICENSE(1KB)
--------CHANGELOG.md(953B)
--------README.md(12KB)
----LICENSE(1KB)
----CHANGELOG.md(1KB)
----tsconfig.json(188B)
----README.md(12KB)
----.eslintignore(26B)
----tsconfig.es5.json(222B)