You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling functions that return a new service object each time leads to an overhead during code execution and also generates a bunch of garbage for GC. This is practically nothing - for the client, but if such code is used in SSR, this is already a problem
The text was updated successfully, but these errors were encountered:
budarin
changed the title
Isn't it redundant to export functions in adapters, but constants?
Isn't it superfluous to export functions in adapters instead of constants?
Oct 1, 2023
vs
Calling functions that return a new service object each time leads to an overhead during code execution and also generates a bunch of garbage for GC. This is practically nothing - for the client, but if such code is used in SSR, this is already a problem
The text was updated successfully, but these errors were encountered: