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
The Open Source projects page currently loads all projects at once, which will scale poorly. Build a generic Pagination.tsx component and implement Firestore cursor-based pagination (startAfter, limit) in the data fetching logic.
The Open Source projects page currently loads all projects at once, which will scale poorly. Build a generic
Pagination.tsxcomponent and implement Firestore cursor-based pagination (startAfter,limit) in the data fetching logic.