The simplest possible way to update a view is just store.subscribe() and then in that function, call store.getState() and re-render. // assume that `store` ...
確定! 回上一頁