In Redux your state is read-only. You can alter the state only by using explicit actions. In contrast, in MobX the state enables read and write.
確定! 回上一頁