tic tac toe js:#⃣Tic tac toe.js:在香草javascript中实现的redux模式 源码
Tic-Tac-Toe.js 使用类似于redux的方法用香草javascript编写的Tic-Tac-Toe游戏。 / / 游戏如何应用Redux模式? 它使用单向数据流: 关键原则 1.真理的单一来源 一个单独的 : function Store ( ) { this . state = { } ; this . state = this . update ( this . state , { } ) ; // `this.update()` will return the initial state: // -----------------------------
文件列表
tic-tac-toe-js-master.zip
(预估有个46文件)
tic-tac-toe-js-master
public
index.html
4KB
icons
tic-tac-toe-js-icon-76.png
455KB
tic-tac-toe-js-icon-114.png
456KB
tic-tac-toe-js-icon-152.png
457KB
tic-tac-toe-js-icon-144.png
456KB
tic-tac-toe-js-icon-120.png
456KB
tic-tac-toe-js-icon.png
454KB
暂无评论