看板
[ Ajax ]
討論串[問題] react component 如何使用"外部"的值
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁
內容預覽:
我在寫一個遊戲. 希望game logic 和 view 能夠儘量分開. 也就是說 game 獨立出一個物件. var game = new Game(). .... game.getCash(). game.nextMonth(). 即使沒有實做畫面也可以正常運行. 但另一方面. react 把變
(還有672個字)
內容預覽:
個人習慣的pattern. 1. core logic 寫在 xxx_store. 當 store 狀態發生改變時主動 emit event. 2. view 去註冊 store 的 change event 後做 setState. 3. 使用者透過 UI 操作後去改 store 的狀態,. 然後
(還有682個字)
首頁
上一頁
1
下一頁
尾頁