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
It's possible that we don't need to, and I think this can wait for at least awhile. I believe the API has a default limit of 1000. If needed as a first step we could increase this limit. I think querying for a few thousand names should be fine, though it would be wise to check beforehand!
(I wonder if querying for a flat number of all the names initially is less bandwidth used than querying for various search inputs which each might return a few hundred each time 🤔 )
The text was updated successfully, but these errors were encountered:
We should probably paginate the
useNames
hook.It's possible that we don't need to, and I think this can wait for at least awhile. I believe the API has a default limit of 1000. If needed as a first step we could increase this limit. I think querying for a few thousand names should be fine, though it would be wise to check beforehand!
(I wonder if querying for a flat number of all the names initially is less bandwidth used than querying for various search inputs which each might return a few hundred each time 🤔 )
The text was updated successfully, but these errors were encountered: