react simon says:使用React和Redux构建的“ Simon Says”游戏:alien_monster: 源码
该项目是通过。 关于如何以及为何构建此应用程序的文章 西蒙说 因此,基本上,我需要一个理由来使用,然后我决定构建一个类似游戏的“ Simon Says” 你可以在玩 概要 该应用程序是使用构建的,因此使用功能和一起管理数据流非常简单 tl; dr thunk和async函数配合使用 :red_heart_selector: const foo = ( payload ) => async ( dispatch ) => { await sleep ( 500 ) ; dispatch ( bar ( ) ) ; } ; 快速开始 $ git clone https://github.com/weslleyarau
文件列表
react-simon-says-master.zip
(预估有个81文件)
react-simon-says-master
public
manifest.json
1KB
index.html
1KB
icons
icon-128x128.png
6KB
icon-144x144.png
7KB
icon-152x152.png
7KB
icon-96x96.png
4KB
icon-512x512.png
31KB
暂无评论