Skip to content

Conversation

TeshaneCrawford
Copy link
Contributor

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 enabling immediate navigation between pages.

Changes Made

Removed await from useFetch calls in the following component/page:

Projects.vue

Related Issues

Closes #62

Notes

This change may require updates to the project's loading states. I'm happy to make these updates if desired.

Copy link

netlify bot commented Oct 14, 2024

👷 Deploy request for meek-chimera-3ff721 pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 876ec41

@zyyv zyyv changed the title Improve Projects Page Load Performance removing the await from useFetch pref: Improve Projects Page Load Performance removing the await from useFetch Oct 20, 2024
@zyyv zyyv merged commit 57acec4 into zyyv:main Oct 20, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Blocked Navigation Due to Eager Data Fetching

2 participants