Quick tutorial how to create a theme switcher/toggle with React context.
The toggle will be in the header and it will change styling for the whole page.
TIMESTAMPS
00:00 - preparing empty react app
01:13 - installing styled components
01:47 - Creating toggle component
08:20 - Theme context