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
I would go a more drastic way. We should deprecate the current paramsForServer util and add a paramsForServerHook and advertise it as the new way to go.
In a next major release, I would like to rename the paramsForServer util to paramsForServerUtil.
And in another major release I would like to rename paramsForServerHook to paramsForServer.
I think we should update the docs to include an example of how one might use the
paramsForServer
as a hook.I am not a fan of having to use the
paramsForServer
on every service call and would rather have it work more generically via a client side hook.I can update the docs at some point, but wanted to capture my solution.
The text was updated successfully, but these errors were encountered: