Dynamic profile image using React hooks and Context API
When i started redesigning scotchy.co I wanted the user interface to feel fluid and dynamic without a lot of obvious page loads. React obviously allows you to do this with state very easily, but it can be quite cumbersome to manage the state throughout the different layers of nested components.