Passing data deeply with context in code
const ThemeContext = createContext("light");
<ThemeContext.Provider value="dark"><Page /></ThemeContext.Provider>;Read the example from data and control flow to the resulting UI. Keep the component boundary small.