seqviz icon indicating copy to clipboard operation
seqviz copied to clipboard

Migrate to something framework agnostic

Open jjti opened this issue 3 years ago • 2 comments

Summarize your feature idea. (Why)

From Justin at GenomeMiner:

it would be cool if it was written in a web component exportable way (like is possible using svelte where you can compile to a web component, and maybe some other way thats possible besides svelte ??) so that it could be used in any JS project without having to use React. I moved on from React awhile ago code in Vue or Svelte primarily so in order to use seqviz I wrap it in React runtime just to use it w/ vue/svelte.

I was also kicking around Stencil: https://github.com/ionic-team/stencil

Obviously, Vue is ascendant, and Svelte too, so I can definitely see a strong argument for this if SeqViz is meant to have longevity. We provide a thin wrapper around the React implementation right now, but there are emergent frameworks that make it easy to compile across implementations

jjti avatar Oct 11 '22 22:10 jjti

How to use it with Vue now?

sfc9982 avatar Jun 03 '23 03:06 sfc9982

How to use it with Vue now?

https://github.com/Lattice-Automation/seqviz#without-react

bugzpodder avatar Jun 04 '23 03:06 bugzpodder