Well, it generates noise when I see that react is added as a bundle in an angular app, and the bundle size really increases a lot. I started a custom implementation in Angular, but the downside is that if you make updates to the UI, I'd have to update it too, and that can generate friction on every UI or logic update.
Is there any plan to expose visual editing without using react? Maybe using a js or web component implementation to help reduce the bundle size of the package?
In the end, I'm not so sure about the value of an angular implementation, and it could help the sanity community explore the idea of a pure implementation.
Thanks for your fantastic work.