Did some JSX with @eleventy today to get videojs into a VideoPlayer component.
Am I a JavaScript developer now?
@khalidabuhakmeh Preact, React, or something else? Been exploring those avenues w/ #webc and <is-land>. Please post a repo address if you have one. Thanks!
@ericcarlisle @eleventy just the JSX processing found in 11ty 2.0, not using a framework specific syntax.
I am relying on addPassthroughCopy to copy the videojs assets to directory under _site.
@khalidabuhakmeh @ericcarlisle instructions here: https://www.11ty.dev/docs/languages/custom/#aliasing-an-existing-template-language
I think this was linked up from the 2.0 release notes too
@khalidabuhakmeh
Fantastic, thanks!
@eleventy