Using TanStack Virtual inside a StencilJS project (or with vanilla JS)
I'd like to implement TanStack Virtual inside a StencilJS project. I tried to port an adapter starting from the React one ("https://github.com/TanStack/virtual/blob/beta/packages/react-virtual/src/index.tsx"), but I failed due to my basic React knowledge regarding hooks.
Has anyone ever tried this? Or even using it inside a vanilla JS project?
0 Replies