Andrew Mead React

import React, createContext, useContext from 'react';

return ( <button style= backgroundColor: theme === 'light' ? '#fff' : '#333' > Click me! </button> ); ; andrew mead react

// Create a provider component const ThemeProvider = ( children ) => const [theme, setTheme] = React.useState('light'); useContext from 'react'