0

I have a custom Shaka Player implemented with custom controls. Current controls are pure DOM elements, and I want to use React components instead. How do I achieve the same

Debjit Sinha
  • 103
  • 1
  • 7
  • If you can give some background explaining why you want to move your working solution to use React components and an example of one of your DOM control elements it may help people to answer. – Mick Feb 08 '23 at 15:33
  • I am using the shaka player in my react app. Reasons why I need React components as shaka controls is - 1. I want to use reusable components from the app like 2. I want to use some custom hooks to fetch data and update stream URLs 3. I want use redux to access some data like age Ratings, available list of Stream URLs, audio language options, also dispatch actions to redux store, to notify other components – Debjit Sinha Feb 09 '23 at 17:00

0 Answers0