WARNING: A work in progress, this is a first attempt at getting VideoJs working in a Typescript and React Enviroment.
This was inspired from the VideoJS React Tutorial - (see also Brightcover Player with React and Typescript)
Prerequistes Using TypeScript-React-Starter: https://github.com/Microsoft/TypeScript-React-Starter
Then npm install packages
npm i --save video.js
npm i --save-dev @types/video.js
Have any suggestions/improvements? Give me a shout in the comments :)
Hi @hamishrouse
I cant seem to get this to work with video.js 8.* :(
Does this only work with video.js 7.*?