The projects page uses the public GitHub API. It fetches the data each time the page loads. There is a rate limit on the client user's IP address that is easy to reach. We could fetch the projects at build time.
Cons:
Updating the project list/information would require a rebuild and deploy to GitHub Pages.
The projects page uses the public GitHub API. It fetches the data each time the page loads. There is a rate limit on the client user's IP address that is easy to reach. We could fetch the projects at build time.
Cons:
Updating the project list/information would require a rebuild and deploy to GitHub Pages.