You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was recently comparing different frameworks for node-based UI, including Baklava, and I found that complete interactive code playground examples are very useful as a study material.
I propose to settle for some solution for code sandbox and start converting code-block examples to sandbox applications.
For reference here's how it's done in Rete.js. You can see all the building blocks and assess amount of boilerplate required to implement particular feature. Besides that, it's easy to see if the code example provided is valid (broken examples is something i've encountered in v2 docs).
Would be nice indeed, but at the moment I don't really have the time to set it up & maintain it. I'll keep the issue open and hope that I'll eventually be able to implement it.
I was recently comparing different frameworks for node-based UI, including Baklava, and I found that complete interactive code playground examples are very useful as a study material.
I propose to settle for some solution for code sandbox and start converting code-block examples to sandbox applications.
For reference here's how it's done in Rete.js. You can see all the building blocks and assess amount of boilerplate required to implement particular feature. Besides that, it's easy to see if the code example provided is valid (broken examples is something i've encountered in v2 docs).
https://retejs.org/examples/vue/controls
The text was updated successfully, but these errors were encountered: