ChineseCubes / react-vtt

A React component for displaying WebVTT tracks.
https://chinesecubes.github.io/react-vtt/
MIT License
16 stars 7 forks source link

use webpack and publish to npm #1

Open caasi opened 10 years ago

caasi commented 10 years ago
kevreth commented 4 years ago

Any chance this can still happen? I would love to use react-vtt but the code is intermixed with livescript, stylus, bower, gulp, browserify, and other optimizations and dependencies so that I can't tell what a basic scratch example requires. All the javascript is lumped together into build.js so I don't know what to include for a basic example.

caasi commented 4 years ago

OK. I will take a look tomorrow. But I don't think I can migrate it to ES6 in near future. And it still need some improvement even if I can port it to ES6+.

kevreth commented 4 years ago

I appreciate it! I can assist you with migration once I can study the code properly. But, I could use a clean example that shows the various javascript files included independently. With the application and library code mixed together it's difficult to study. An example with just html, css, and javascript would be great.

caasi commented 4 years ago

Take it easy.

After aed751c, we can start port livescript components to ES6 components. And cleanup the project structure is another thing.

I add some ToDos to the README. Maybe we can help each other.