Back to Payload

Implementing Live Preview in your frontend

docs/live-preview/frontend.mdx

3.84.1442 B
Original Source

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

<Banner type="info"> 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. </Banner>