How to prevent page reload on action / query
I use lazy loading, defining preload function, deferStream, and I can see visibly the data added in real time to the page but it forcefully refreshes the page
How do I stop this? I didn't think server actions were meant to do this anyways
and then a simple server query
How do I stop this? I didn't think server actions were meant to do this anyways
and then a simple server query
