src/AppContext.js // STEP 1: createContext(<預設值>) export const AppContext = React.createContext({ theme: 'light', toggleTheme: () => {} ...
確定! 回上一頁