Example code showing how you can integrate the SoundCloud Widget API with a React application built with Functional Components.
All of the pertinant JavaScript logic is contained in the src/App.js file.
In the project directory, you can run the app in the development mode with:
npm start
Open http://localhost:3000 to view it in the browser. The page will reload if you make edits. You will also see any lint errors in the console.
Check out this blog post for more information about how the SoundCloud/React integration was performed: https://taylor.callsen.me/integrating-react-functional-components-with-a-soundcloud-widget/.
This project was bootstrapped with Create React App.