Redux Toolkit provides a convenience function createSlice that helps managing state slice. import { createSlice } from "@reduxjs/toolkit" const ...
確定! 回上一頁