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
If we use next.js caching, we could potentially optimize the amount of fetching we do.
Potentially fetch all products, then handle filtering etc without needing to re-fetch on every updated search param.
If we use next.js caching, we could potentially optimize the amount of fetching we do.
Potentially fetch all products, then handle filtering etc without needing to re-fetch on every updated search param.