retejs / rete

JavaScript framework for visual programming
https://retejs.org
MIT License
10.17k stars 653 forks source link

Support for svelteJs #357

Closed mohandass-pat closed 1 year ago

mohandass-pat commented 5 years ago

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

Ni55aN commented 5 years ago

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

mohandass-pat commented 5 years ago

Ok Thanks

sheikalthaf commented 5 years ago

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

Ni55aN commented 5 years ago

May i know when the angular renderer will be released?

Soon. I started working on it

Immortalin commented 5 years ago

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

Ni55aN commented 5 years ago

will you be willing to reconsider Svelte?

Maybe in a month

c0bra commented 4 years ago

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.

elikoga commented 3 years ago

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

Ni55aN commented 1 year ago

An official Svelte plugin for v2 just has been released