measuredco / puck

The visual editor for React
https://puckeditor.com
MIT License
5.23k stars 308 forks source link

Multi-framework support #302

Open chrisvxd opened 10 months ago

chrisvxd commented 10 months ago

Puck should explore support for multi-framework support, including:

Considerations

Related

Proposals

No formal proposal yet, just some ideas:

peoray commented 6 months ago

@chrisvxd any updated plan on this? I'm interested in creating a port for Vue

chrisvxd commented 6 months ago

@peoray I think we might need to tackle #255 first, which I'm planning to explore within the next couple of months.

Interesting to hear your exploring a Vue port. Are you considering an approach similar to the ones outlined above?

peoray commented 6 months ago

@chrisvxd I'm not familiar with Web Component, but after reading about it, it sounds like a good idea. My initial thought was to rewrite in Vue

tbinna commented 3 months ago

Might be useful for this work: Atlassian has released a framework agnostic drag and drop library (I believe after stopping their efforts on the React-specific dnd library).

chrisvxd commented 3 months ago

Thanks @tbinna! We're not considering pragmatic-drag-and-drop as it doesn't support some of the functionality we require (previews, animations)