Use the React Context API to change the theme in an app! — But first, some context! 🤣 Ok terrible puns aside, let’s have a look at what the React Context API is for and what it does. There’s a great one-liner from the React docs… Context provides a way to pass data through the component tree without having to pass props down manually at every level. Or…