Blog 2024-06-09
How to Handle Loading State in Astro.js When Data Fetching
Encountered issues displaying loading state in Astro.js due to server-side rendering. Used React for state changes and passed Astro components to React to handle loading states.