文件名称:react-append-to-body:React高阶组件,使您可以将组件附加到主应用之外的DOM
文件大小:99KB
文件格式:ZIP
更新时间:2024-05-18 13:14:15
react dom portal attach-components JavaScript
React高阶分量附加到主体 高阶组件,使您可以将组件附加到主应用程序之外的DOM。 支持React 16和React 15及以下版本,因此无论有无ReactDOM.createPortal均可使用。 安装 npm i react-append-to-body --save 用 import { componentWillAppendToBody } from "react-append-to-body" ; /* Some component that you want to attach to the DOM */ function MyComponent ( { children } ) { return < div xss=removed> { children } < / div > ; } const AppendedMyComponent =
【文件预览】:
react-append-to-body-master
----.gitignore(198B)
----.babelrc(67B)
----package.json(2KB)
----src()
--------component-registry.js(794B)
--------render-subtree.js(1KB)
--------index.js(2KB)
--------__tests__()
--------update-dom.js(677B)
--------context-provider.js(535B)
----resources()
--------webpack()
----.travis.yml(394B)
----.browserslistrc(17B)
----.eslintrc.js(838B)
----README.md(4KB)
----demo()
--------modal.js(704B)
--------simple.html(1KB)
--------context.html(2KB)
--------complex.html(2KB)
--------index.html(1KB)
--------simple.js(557B)
--------context.js(1KB)
--------complex.js(3KB)
----mocha.opts(91B)
----.npmignore(116B)
----test()
--------mocha.opts(109B)
----yarn.lock(234KB)