Building a theme toggler using context which toggles between light and dark theme. In the ThemeProvider.js file you will be implementing a Higher Order Component(HOC) which uses context internally and ...