Open
Description
Is your feature request related to a problem? Please describe
As the number of blog posts grows, loading all posts at once could impact page load speed and performance. This makes the blog section less scalable.
Potential Benefits
- ✅ Faster initial page load time
- ✅ Improved scalability as more blogs are added
Describe the solution you'd like
Introduce infinite scrolling (lazy loading) to improve scalability.
- Load more blog posts dynamically as the user scrolls.
Describe alternatives you've considered
None.
Additional context
Would love to hear thoughts on this! Please assign me to the issue if approved.
Are you working on this?
Yes