React 弹窗组件用的 createPortal 是怎么实现的?

想必大家都用过弹窗组件,比如 antd 的 Modal 组件: 打开 devtools 可以看到,它是直接挂在 body 下的: 实现这种效果是用的 createPortal: 渲染结果如下: 弹窗组