•1 min read
Unleashing the Power of Headless Blogging: My Journey with Next.js and GraphQL
Welcome to my new blog! This post is being served via Next.js and GraphQL, but I wrote it on Hashnode. How it works 1. I write content here on Hashnode's editor. 2. My Next.js app fetches it using the publicationId. 3. It renders using Tailwind CSS a...
Welcome to my new blog!
This post is being served via Next.js and GraphQL, but I wrote it on Hashnode.
How it works
1. I write content here on Hashnode's editor.
2. My Next.js app fetches it using the publicationId.
3. It renders using Tailwind CSS at blog.sauravgpt.in.
### Code Snippet Test
Here is some code to prove syntax highlighting works:
const greet = (name: string) => {
return `Hello, ${name}!`;
};
Stay tuned for more updates!