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
Implement localStorage caching for GitHub stars count
Add 1-hour cache to prevent excessive API calls and rate limiting.
The cache stores star count with timestamp and automatically expires
after 1 hour. Falls back to API call when cache is missing or expired.
0 commit comments