Introduction to Creating a Custom Accessible Audio Player with React

InstructorLindsey Kopacz

Share this video with your friends

Send Tweet

In this course, we'll be focusing on building an accessible component by using a built-in browser API with React to implement best practices in accessibility custom features.

Everyone is responsible for accessibility, and we need to start creating features and websites with that in mind. The goal of this course is for you to exploit your understanding of HTML and aria, and be able to look at any common features and identify the different accessibility patterns.

With this course you won't only learn about accessibility, but also will learn about HTMLMediaElement API, and state management in React.