Redux 細到每個有 logic 既 component 一個 reducer,都得既姐…
我唔知點為之 make sense,咁有人鍾意一個 component 一個 reducer,有人鍾意包起曬,以 business function 黎分,都係設計上既 personal preference 姐,唔係咩…
In Redux, there is only one store and it is the single source of truth. The state in the store is immutable, which makes it easier for us to know where to find the data/state.
Learning Redux, also means you need to learn about Redux middleware like Thunks or Sagas, which adds more material to learn.
MobX is known to be much easier to grasp when compared to Redux.