api.tsx import http from . http export default { common: { login(username: string, password: string) { return http.post( common login , { username, password, }) }, } where http is the axios configured e...
reudx middleware listens to saga, so the file to be maintained is saga.tsx saga reducer.tsx reducer index.tsx After , there are router, api, and so on to maintain. do you automatically scan all the pages in the pages folder and automat...