Skip to content
#

client-components

Here are 24 public repositories matching this topic...

In this article, we will explore everything you need to know about Server Actions. If you're not already familiar with Server Actions, here's a simple description. Server Actions are a newly introduced feature in Next.js 13 that enables us to directly mutate data on the server from the frontend.

  • Updated Jul 8, 2023
  • TypeScript

Next.js Todo application with Prisma ORM and Supabase postgresql database integration. This application utilises the Next.js routing style, client-server components/rendering, and "use server" and "use client" directives among other features.

  • Updated Sep 12, 2023
  • TypeScript

Advanced auth toolkit using the newest Next Auth v5 (Auth.js). Covering Two Factor Authentication (2FA), Forgot Password functionality, Email Verification functionality, Credential Login, OAuth (Google & Github) Login and much more.

  • Updated Jan 20, 2024
  • TypeScript

A Dashboard App where users can create an account and manage their customers and invoices. It is based on the Next Learn Course, the official Next.js 14 tutorial and created by Vercel and was created to showcase my developer skills.

  • Updated Jan 28, 2024
  • TypeScript

Learning NextJs 14 with app router. Messing with proper server/client component architecture, Next API routes, Next streaming, Next cache beta, retrieval augmented generation with OpenAI embeddings API, PineconeDB to store context/query embeddings, and chatbot with OpenAI prompt.

  • Updated Jan 16, 2024
  • TypeScript

Improve this page

Add a description, image, and links to the client-components topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the client-components topic, visit your repo's landing page and select "manage topics."

Learn more