obsidian/raw/_processed/live-preview__frontend.md
2026-05-15 16:14:29 +01:00

752 B

title label order desc keywords source
Implementing Live Preview in your frontend Frontend 20 Learn how to implement Live Preview in your front-end application. live preview, frontend, react, next.js, vue, nuxt.js, svelte, hook, useLivePreview https://payloadcms.com/docs/live-preview/frontend

There are two ways to use Live Preview in your own application depending on whether your front-end framework supports Server Components:

We suggest using server-side Live Preview if your framework supports Server Components, it is both simpler to setup and more performant to run than the client-side alternative.