rete icon indicating copy to clipboard operation
rete copied to clipboard

Support for svelteJs

Open mohandass-pat opened this issue 5 years ago • 8 comments

We implemented the rete in react. Now we are planning to change it in svelte. Is there any support for that? Thanks in advance :)

mohandass-pat avatar Aug 25 '19 08:08 mohandass-pat

No, there is no render plugin for svelte and not currently planned (Angular renderer in the queue)

Ni55aN avatar Aug 25 '19 10:08 Ni55aN

Ok Thanks

mohandass-pat avatar Aug 25 '19 10:08 mohandass-pat

@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?

sheikalthaf avatar Aug 26 '19 05:08 sheikalthaf

May i know when the angular renderer will be released?

Soon. I started working on it

Ni55aN avatar Aug 26 '19 09:08 Ni55aN

@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.

Immortalin avatar Oct 30 '19 03:10 Immortalin

will you be willing to reconsider Svelte?

Maybe in a month

Ni55aN avatar Nov 03 '19 10:11 Ni55aN

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 avatar Apr 20 '20 15:04 c0bra

@c0bra is your rendering plugin still usable? I'm using the vue renderer in my svelte application currently

elikoga avatar Aug 04 '21 07:08 elikoga

An official Svelte plugin for v2 just has been released

Ni55aN avatar Jul 02 '23 19:07 Ni55aN