Hacker News new | ask | show | jobs
by Covzire 1099 days ago
I have a project I'd like to work on that shares a lot of similarities to how I imagine a "family tree maker" webapp might work, would Svelte be a good choice for it?

Basically I'd need the ability to drag and drop, move the tree around like a Map, detect clicks to add new nodes and new branches, stuff like that. I'm thinking an HTML5 canvas would be best but idk.

1 comments

I don't think it would be a bad choice for it, there is even Svelvet which I think could be a good starting point.