I'm here with a question, I'm an apprentice, and lately in many personal applications, I always use
I'm here with a question, I'm an apprentice, and lately in many personal applications, I always use react query, to facilitate caching and data invalidation, but lately I've been focusing on learning how to optimize applications, using server rendering, but something I noticed is that I always have to use client side, when using queries, something that in some cases may be necessary, but in others not, what do you do to improve performance in these cases? Maybe I don't understand how it works, but could someone explain it to me. thanks
example of an function to fetch data
example of using it
0 Replies