Skip to content

Commit 0a49c18

Browse files
committed
docs(site): note framework-native architecture extends to new frameworks
Per @sampotts review on #1526. https://claude.ai/code/session_01Uv795VrAR51b65fKTTn8gT
1 parent efd98a7 commit 0a49c18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

site/src/content/docs/concepts/why-videojs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Pre-built feature bundles are still there if you'd rather not assemble the list
5151

5252
### Framework-native
5353

54-
Many player libraries wrap a single web component for every framework. That works, until you reach the seams: refs you can't pass through, state that doesn't reconcile, prop names that aren't quite React or HTML. Video.js v10 ships idiomatic APIs in each framework: React components and hooks for React, custom elements and controllers for HTML. The player feels like the rest of your app.
54+
Many player libraries wrap a single web component for every framework. That works, until you reach the seams: refs you can't pass through, state that doesn't reconcile, prop names that aren't quite React or HTML. Video.js v10 ships idiomatic APIs in each framework: React components and hooks for React, custom elements and controllers for HTML. The player feels like the rest of your app, and the same approach extends to new frameworks as we add them.
5555

5656
<TabsRoot client:idle>
5757
<TabsList client:idle label="Framework-native APIs">

0 commit comments

Comments
 (0)