刚刚踩完所有的坑,完成循环、随机、单曲播放,基于webpack4.6.0和react16.3.2
地址:https://github.com/LinkChenzy/music-player-by-react
地址:https://github.com/LinkChenzy/music-player-by-react
2018-05-14
最新回答 / LLoyou00
这个教程的时间年代有些久远了,有些配置在新的版本已经过时了。其它配置都没错的情况下的话没有热更新可能是因为你没有将 mode 设为 'development',webpack 默认会以 'production' 模式工作,这种模...
2018-05-08
啋了无数个坑,终于全做出来了
使用create-react-app脚手架搭建react音乐播放器
使用了 react, redux, react-keeper,没有用react-router ,因为没有页面缓存,从播放页面进入列表页,再回来,音乐就重新播放了
项目地址:https://github.com/xstnet/react-music-player
项目预览:https://xstnet.github.io/react-music-player/
使用create-react-app脚手架搭建react音乐播放器
使用了 react, redux, react-keeper,没有用react-router ,因为没有页面缓存,从播放页面进入列表页,再回来,音乐就重新播放了
项目地址:https://github.com/xstnet/react-music-player
项目预览:https://xstnet.github.io/react-music-player/
2018-04-22