-
Redux saga uses the prompt type mismatch in axios,TS
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...
-
Does react redux+saga have a good framework to handle? It is troublesome to maintain the introduction of a large number of files.
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...
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3cf74-4d9f4.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3cf74-4d9f4.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?