Why another quickPreviewContext provider? #272
-
I saw you added a new Btw, what's this I'm just trying to keep things as simple and clean as possible. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Quick preview and preview mode are two different things. The quick preview is usable only when preview mode is enabled, but they're different and that's why they have different different hooks/contexts. The Quick preview feature isn't showcased in the A quick preview is the ability to preview content generated by Next.js from a 3rd party (e.g: a CMS). If you don't need it, you can leave it alone or remove it. |
Beta Was this translation helpful? Give feedback.
Quick preview and preview mode are two different things. The quick preview is usable only when preview mode is enabled, but they're different and that's why they have different different hooks/contexts.
The Quick preview feature isn't showcased in the
gcms
preset, because GraphCMS doesn't allow embedding of external iframes, so I couldn't make a demo with it. But it's being used by theat
preset.A quick preview is the ability to preview content generated by Next.js from a 3rd party (e.g: a CMS). If you don't need it, you can leave it alone or remove it.