文件名称:react-portals-example:React门户示例
文件大小:78KB
文件格式:ZIP
更新时间:2024-04-25 03:03:14
JavaScript
一个使用React Portal创建音乐播放器组件的简单示例 随附的博客文章位于 跑步 $ git clone https://github.com/cyber-claws/having-fun-with-portals.git $ cd having-fun-with-portals/ && npm i $ npm start
【文件预览】:
react-portals-example-master
----.gitignore(285B)
----README.md(344B)
----public()
--------manifest.json(317B)
--------index.html(703B)
--------favicon.ico(4KB)
----LICENSE(1KB)
----package.json(389B)
----src()
--------PageOne.js(308B)
--------index.css(887B)
--------registerServiceWorker.js(4KB)
--------PageTwo.js(309B)
--------index.js(2KB)
--------MusicPlayer.js(862B)
--------PageThree.js(312B)
----yarn.lock(247KB)