Capítulo 762 de 988

Chapter 762: Client-side rendering in the Editor Starter

Core Idea

The Editor Starter can render videos in the browser using @remotion/web-renderer.

Key Concepts

  • Enable client-side rendering
  • How it works
  • Unused Lambda routes
  • Main tradeoffs
  • See also

Code Examples

export const ENABLE_CLIENT_SIDE_RENDERING = true;
  • What it demonstrates: Usage pattern for Client-side rendering in the Editor Starter from the official docs.

Key Takeaways

  1. Understand enable client-side rendering when working with Client-side rendering in the Editor Starter.
  2. Understand how it works when working with Client-side rendering in the Editor Starter.
  3. Understand unused lambda routes when working with Client-side rendering in the Editor Starter.
  4. Understand main tradeoffs when working with Client-side rendering in the Editor Starter.
  5. Understand see also when working with Client-side rendering in the Editor Starter.

Connects To

  • Asset Cleanup: related page in the Editor Starter Template section.
  • Asset Uploads: related page in the Editor Starter Template section.
  • Backend Routes: related page in the Editor Starter Template section.