Redux-dev-tool 的变化意味着 Redux state 变好了?

Change in Redux-dev-tool means that Redux state is changed well?

我想问一个简单的问题。

如果我开火 dispatch(action) 并且 reducer 反应过来,
它在 redux-dev-tool 中显示如下

可以说我的redux store中的categoryNamestate更新的很好吗?

Can I say the state of categoryName in my redux store is updated well?

是的!你可以!

更多信息,您可以在这里阅读:Redux Devtools for Dummies