Tag: Next.js
All the articles with the tag "Next.js".
Building an audio Transcription App with Next.js
Updated: at 07:48 PMLearn to build an audio transcription app using Next.js, OpenAI's API, TypeScript, and Tailwind
How to build a simple Magic-Link Sign-In with Next.js, Supabase, and Sendgrid
Updated: at 11:43 AMLearn to build a magic-link sign-in system using Next.js, Supabase, and SendGrid. Secure, passwordless authentication made simple
File Upload with Next.js 14 and Server Actions
Updated: at 06:39 AMLearn how to handle file uploads in Next.js 14 using Server Actions, simplifying backend integration directly in your React components
Create a Job Board with Next.js 13 and Airtable
Published: at 04:59 AMBuild a static, SEO-friendly job board using Next.js 13, Airtable, TailwindCSS; easy integration, no backend, free version compatible
How to Fetch Data from Strapi GraphQL in Next.js 13 Server Components
Published: at 12:43 PMFetch Strapi GraphQL data in Next.js 13: Set up Strapi, GraphQL, Next.js, create client, generate types, fetch in Server Components
How to build static web apps with dynamic routes in Next.js 13
Updated: at 01:24 PMThis article will show you how to take advantage of the latest Next.js features: appDir and React Server Components.