chris.me icon indicating copy to clipboard operation
chris.me copied to clipboard

My personal website.

Results 4 chris.me issues
Sort by recently updated
recently updated
newest added

### Current Behavior - Navigation is blocked until all data is loaded - Uses `useFetch` which eagerly loads data on page load ### Expected Behavior - Faster initial page load...

This PR addresses the issue of slow page loads and blocked navigation by removing `await` from `useFetch` on the projects page. This change improves the initial page load performance and...