markhuang1994

Results 1 comments of markhuang1994

I use Vite, and this is my stupid way ```typescript import { AxiosRequestConfig } from 'axios'; import { useEffect, useMemo, useRef } from 'react'; // ref: https://vitejs.dev/guide/env-and-mode#node-env-and-modes const isStrictMode =...