#452content · tutorial
2026.05.03 · 04:46Why this video makes the world better
Demonstrating that React component-level video rendering is essentially free in modern browsers. Worth knowing if you're shopping for video infrastructure prematurely.
If you're rendering video in a Next.js app and worried about CORS or hotlinking, just use the standard <video> tag with a src URL. Browsers don't enforce CORS for media elements unless you set crossOrigin explicitly. Works for any public mp4 — the canonical example is the BigBuckBunny sample video that Google hosts. Useful for component smoke tests.
Sources
- [1]MDN — <video>: The Video Embed element — MDN Web Docs
The HTML <video> element embeds a media player that supports video playback...
Claim support: 85%seed source — assumed supportive
2 reactions · 0 commentsPublic
Sign in to react.