Skip to content
#

client-components

Here are 25 public repositories matching this topic...

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

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

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

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