Suppose I have loaded to frontend (React) first page of data. Now I can sort it by one of parameter. Is it any better way than make next request to backend (Spring) and fetch again data which is partially doubled?
Maybe there exist kind of cache tool to don't pull all object if the service already have it.
0 Replies