Support for svelteJs
We implemented the rete in react. Now we are planning to change it in svelte. Is there any support for that? Thanks in advance :)
No, there is no render plugin for svelte and not currently planned (Angular renderer in the queue)
Ok Thanks
@Ni55aN just checked this plugin and it looks great. but i'm using angular so the vue renderer is too heavy for angular applications. May i know when the angular renderer will be released?
May i know when the angular renderer will be released?
Soon. I started working on it
@Ni55aN will you be willing to reconsider Svelte? The code generated by Svelte is a lot faster and more efficient than React. It's also simpler to use too. Efficiency will become important when the number of nodes scale up. A Svelte plugin will make Rete.js more powerful.
will you be willing to reconsider Svelte?
Maybe in a month
I needed a Svelte rendering plugin so I wrote this: https://github.com/c0bra/rete-svelte-render-plugin
It works for the needs I have. There's no docs currently as I needed it quickly for a work project.
@c0bra is your rendering plugin still usable? I'm using the vue renderer in my svelte application currently
An official Svelte plugin for v2 just has been released