client-components
There are 42 repositories under client-components topic.
hiretimsf/Next.js-Blog-App
⚡ Multi-User, Full-stack blogging application - Next.js, TailwindCSS, Supabase, Shadcn
lazarv/react-server
The easiest way to build React apps with server-side rendering
asmyshlyaev177/state-in-url
Store any user state in query parameters; imagine JSON in a browser URL, while keeping types and structure of data, e.g.numbers will be decoded as numbers not strings. With TS validation. Shared state and URL state sync without any hassle or boilerplate. Supports Next.js@14-15, react-router@6-7, and Remix@2.
oslabs-beta/React-Labyrinth
React Labyrinth, a VSCode Extension, generates a hierarchical tree of React components and identifies the component type with a single file upload
josiasbudaydeveloper/multi-tenant-dashboard-nextjs-sass
A Multi-Tenant SAAS Dashboard where users can create an account and manage their customers and invoices. It is based on the Next Learn Course, the official Next.js Course created by Vercel and which I modified to strengthen my skills.
Wael-Morjen/Advanced-Next-Auth
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.
Ashot72/Next.js-14-Online-Store
Online Store app that embraces many of the features of Next.js 14
GRB-Workspace/Nextjs-15-Intro
Sample repository showcasing the core features and best practices of Next.js 15. This project covers React Server Components vs. Client Components, file-based routing, layouts, route handlers, server actions, data fetching strategies, and authentication using Clerk.
wpcodevo/nextjs-server-action-app
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.
eve0415/ReactBoundaryVisualizer
Visualize Client Component boundaries so you understand what code ships to the client.
rezamini/weather-app
The weather app developed using Next.js, Tailwind CSS, and the Open-Meteo APIs.
rezamini/next.js-todo
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.
kliao2016/chatpdf-clone
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.
lauslim12/speednote
Performant, Optimized Progressive Web Application (PWA) to input your notes and thoughts as soon as possible
Samuel-Amaro/app-web-faturamento
Projeto de estudo, para aprendizado de tecnologias relacionados ao front-end, aplicativo web de faturamento, o usuário pode criar, excluir, visualizar e mudar status de faturas ou cobranças.
akashahmad/componentia
🔥 UI Library
anton-karlovskiy/react-minimal-concepts-with-next
🎯 Learn modern React patterns with Next.js - Server Components, streaming SSR, use hook, and accessibility best practices. Interactive demos with TypeScript & Tailwind CSS.
designcise/next-theme-toggle
A simple theme toggle for Next.js 13+
linabyte/test_next13_server_actions
example next js 13.4.3 app router, server actions
mansha99/nextjs-swr-revalidation
Explaining the concept of SWR and On Demand Validation in NextJS
patricktran/disney-plus-nextjs-clone
Disney Plus Clone using ReactJS/NextJS
Samuel-Amaro/entertainment-web-app
Aplicativo da Web de entretenimento, podendo visualizar informações sobre filmes e TV series.
abhijithmuthyala/gpt
A ChatGPT inspired full-stack chat app powered by Gemini API and the latest advancements in the React ecosystem
VinitSeth/foodies
A full stack food delivery website using Next.js, React and typescript where a user can create new meal and view it's details.
24f1002692/Signup_SigninForms_Nextjs-Framework
A secure and modern Next.js authentication system boilerplate using server actions, Prisma ORM, JWT, and Tailwind CSS for signup, signin, and user dashboard functionality
Duaa211/Nextjs-15-Intro
Sample repository showcasing the core features and best practices of Next.js 15. This project covers React Server Components vs. Client Components, file-based routing, layouts, route handlers, server actions, data fetching strategies, and authentication using Clerk.
franmc01/next-first-app
Application in which I learn how Next 14 works, what it offers us, etc.
Hadymohamed22/Cars-Ecommerce
Next.js 15 project showcasing server and client rendering with optimized data fetching.
hugocruzlfc/passing-promise-to-client-component
Passing a promise from a server component to a client component in React.
iamskyy666/nextjs15-rendering
All about component-rendering in NextJs15 and above. ⚛️
maurer2/schema-ref
Evaluate how to access component refs across intertwined server and client components
murad-sh/rsc-vs-rcc
Comparative analysis of React Server Components (Next.js) vs Client Components (Vite + React) — includes full implementation and performance results.
NagendraSR-tech/nextjs-15-advanced
Multiple demo projects created while learning Next.js 15, It covers concepts from basic to advanced
Nisarg-Shah2302/Next.js-15-basics
Next.js 15 Basics with App router
remcostoeten/vscode-extension-nextjs-approuter-insert-use-client-for-nextjs-with-ease
A vscode extension to insert 'use client' at line 1 with a easyy shortcut for NextJS client components.
Suyu125/react-minimal-concepts-with-next
🚀 Explore React demos with Next.js, showcasing modern patterns, Server Components, streaming SSR, and best practices for accessibility.