/react-hooks-soundcloud

Example code showing how you can integrate the SoundCloud Widget API with React Functional Components.

Primary LanguageJavaScript

Description

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.

Running / Development

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.

Blog Post

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/.

Create React App

This project was bootstrapped with Create React App.