题主描述的全局变量方式示例代码如下: global.ts export const globalState = { name: 'test' }; index.tsx import { createRoot } from 'react-dom/client'; import { globalState } from './global'; const HomePage = () => ( {globalState.name}
{ globalState.name = value console.log(JSON.stringify(globalState, null, 4); }} /> <…。
上一篇 : 有一个乌克兰的朋友问我,中国人凭什么能享受和平,我该怎么说?
下一篇 : 怎么学习前端开发?求推荐学习路线?