Puru Vijay
Puru Vijay
react
Originally intended to just see how fast non-runic svelte 5 would be, I couldn't resist and converted the whole app to svelte 5 with runes. No more stores here, just...
Go to Desktop.svelte Remove lang="ts" and `mainEl: HTMLElement` to be JSDoc, then the app starts rendering again If you replace svelte-preprocess with `vitePreprocess` from v-p-s, the error goes away
# Changes Replaces `qs` with `neoqs`. https://github.com/puruvj/neoqs Changes:  Graph:  This entire branch will be gone with this change
# Changes Replaces `qs` dependency with `neoqs`. https://github.com/puruvj/neoqs Result:  Graph:  The entire branch of `qs` will be replaced...
# Changes Replaces `qs` dependency with `neoqs` Result:  Graph:  This entire branch will be removed with this PR
v3
Too complex atm but keeping ti here cuz Id love to explore it later
Thinking of this API: ```ts import { draggable } from 'neodrag/svelte' draggable({ transform?: (data) => string | void applyUserSelectHack?: boolean disabled?: boolean threshold?: {delay?:number, distance?: number} onDragStart, onDrag, onDragEnd })...