Replies: 1 comment 2 replies
-
Thanks for your feedback! The plan is to allow developing blocks with the framework you like (since you can embeds any framework into Web Component and just subscribe to model updates), and with declarative intuitive APIs. But at the moment we only have the Lit-based implementations, since we are focusing on improving editing experience at the moment. P.S. one option is to build your editor (aka host) UI fully with other framework by only reusing |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First, I have to write the block trio(model, ui, service).
Then navigate to different files to register them.
Throughout the process, I also have to deal with non-intuitive type declarations.
Beta Was this translation helpful? Give feedback.
All reactions