@hope-dies-here/next-blog-one
Version:
A plug-and-play Next.js blog feature for easy integration via npx.
25 lines (23 loc) • 842 B
JavaScript
const blogs = [
{
id: 1,
title: "The Future of Web Development",
content: "An overview of the latest frameworks, tools, and design trends shaping the next generation of modern web applications."
},
{
id: 2,
title: "Minimalist Design Tips",
content: "Practical guidelines for crafting clean, user-friendly interfaces that improve user experience without unnecessary clutter."
},
{
id: 3,
title: "Boosting Developer Productivity",
content: "Simple but powerful daily habits and tools that help developers write better code faster and with fewer errors."
},
{
id: 4,
title: "Understanding Async JavaScript",
content: "A quick yet detailed explanation of promises, async/await, and how they make handling asynchronous operations easier."
}
];
export default blogs