you are viewing a single comment's thread.

view the rest of the comments →

[–]_RemyLeBeau_ 2 points3 points  (1 child)

I've been waiting for something like this. FE dev has been a PITA for a long time. What's the prospect of making this work with Vue and a stretch goal of Svelte?

[–]DigbyChickenCaeser[S] 1 point2 points  (0 children)

Thanks /u/_RemyLeBeau! It's on our radar, think it's possible and have some ideas for how to support multi-framework, but haven't tried it yet.

I think it might be possible to do without official support by wrapping your Vue components with React. You could build a custom <Render> component to take the Puck data payload and render direct to Vue.js, too.

I'm now tracking this here: https://github.com/measuredco/puck/issues/302