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
- Understand enable client-side rendering when working with Client-side rendering in the Editor Starter.
- Understand how it works when working with Client-side rendering in the Editor Starter.
- Understand unused lambda routes when working with Client-side rendering in the Editor Starter.
- Understand main tradeoffs when working with Client-side rendering in the Editor Starter.
- 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.