How to prefetch/extractPlasmicQueryData with React server components?

Hi, I’m wondering if there’s any way to get query prefetching/extractPlasmicQueryData() or similar working with react server components/next.js app directory? I’ve noticed for a while that our fetched data has been loading on the client. I know it’s beta/experimental stuff so no worries if the answer is ‘not possible atm’, or maybe something’s messed up on our end.

Alternatively, is there an easy way to grab just the props for all of a certain component in a page? Then I could generate the cache outside of Plasmic’s components. Extracting it from plasmicData seems possible but very hacky.

Hey Thomas, I’m working on app directory support and would like to learn more. I’ll send you a DM.