slidenerd
slidenerd
Well in that case , I ll do a mention of you and your library, I ll give people your email from README so that they can reach you out,...
@patrickbolle it would be a bad idea in my opinion, experss-vue does not support vuex as mentioned [HERE](https://github.com/express-vue/express-vue/issues/178) , at some point I am assuming you ll need a store
same issue here, I had 10 set to max, tried a lot of numbers, it gets called when its not even at the bottom of the list and it never...
Yes you are right, I took the wrong library, should have gone with the other one, now If I make another video , my codebase ll change and all the...
No classdef found error simply means you dont have the class, looks like you dont have this one MUtil
Sure...
create a codesandbox with minimal reproducible problem
[Anyone knows how to make this sandbox work on svelte 5?](https://codesandbox.io/s/hungry-engelbart-c9rz2z) that uses @tanstack/svelte-virtual
@jithujoshyjy tried your method, the list items seem very jumpy when you click on them. Also the scrollbar keeps going to 0 every time you click show more  ##...
@phhoef seems that it has [something to do with global state](https://github.com/sveltejs/kit/issues/13000) I abandoned this virtual list since i was not getting anywhere with it and started [using this](https://svelte.dev/playground/ab3c6d606b7b4eb4b25f24a37e07a4d0?version=5.20.1) Warning though,...