import { createStore } from 'redux'; import todo from '. ... 當store被建立的時候,Redux會先dispatch一個action,這會讓reducer先把預設的state設定到store中, ...
確定! 回上一頁