首圖

redux 可以使用多個不同 store 嗎?redux 可以使用多個不同 store 嗎? 原本很直覺的回答這個問題是,可以的! 但是透過 google 一段時間之後,才深入去找問題的本身,發現 redux 作者希望,除非必要性的需求,否則盡量使用『單一 reduxer 對應到單一 store』… ...