newcat / baklavajs

Graph / node editor in the browser using VueJS
http://baklava.tech
MIT License
1.55k stars 116 forks source link

Interactive examples in documentation for Baklava v2. #291

Open yojeek opened 1 year ago

yojeek commented 1 year ago

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

Screenshot 2023-05-28 at 08 47 44
newcat commented 1 year ago

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.