The final code for the project is here, and if you prefer a video walkthrough it's available on my YouTube channel here: The Quest For BeatsI needed to use an external component for a Next.JS project I'm working on: mixmotion-player which is a React front-end for assets stored on Mixcloud. Mixmotion is a client-side only react component, meaning it has some dependencies that make it tricky to integrate with something that does server side rendering like Next. It will depend on globals like wi...