Simple Blog powered by Strapi, using the latest Next.js features like data caching, server components. Optimized for SEO and Performance, confirmed by Lighthouse tests. MDX is used to display the post content
Tech Stack
Features
- Users can easily search for posts using keywords.
- Real-time dynamic search functionality for a seamless user experience.
- Posts are statically generated for improved performance and SEO (Future improvements may include implementing a webhook triggered by Strapi upon post updates in the Admin page)
- Utilization of Server Side Components (SSC) to enhance the speed of page loading.
- Intuitive navigation for easy exploration of posts and categories.
- Implementation of accessibility standards to ensure a user-friendly experience for individuals with disabilities.
- Integration of MDX for rendering posts.
- Efficient caching mechanisms to store and retrieve frequently requested data, reducing load times.