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
{{ message }}
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.
This library abstracts away the fetching of data from the user and right now we do it at the cost of sacrificing performances (i.e. we fetch all the data from the storefront api, even the data that the user might actually not need).
This issue is to overcome this limitation by using graphql directives to fetch data based on user needs.
We need to come up with an easy to use API that let's devs who want to improve perfs by reducing request size to do so.
It can be something like a blacklist param:
This library abstracts away the fetching of data from the user and right now we do it at the cost of sacrificing performances (i.e. we fetch all the data from the storefront api, even the data that the user might actually not need).
This issue is to overcome this limitation by using graphql directives to fetch data based on user needs.
We need to come up with an easy to use API that let's devs who want to improve perfs by reducing request size to do so.
It can be something like a blacklist param:
We need to put more thoughts on this.
The text was updated successfully, but these errors were encountered: