Setup Native Audio and Plan our Audio Player Code

InstructorLindsey Kopacz

Share this video with your friends

Send Tweet

In this lesson we are going to create an AudioPlayer component that takes two props src and transcript, where it returns the audio element and renders the transcript, and we write some pseudo-code for the audio player to reference.

Think about: What do we get for free with common HTML elements?