client-components
There are 31 repositories under client-components topic.
timtbdev/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, and react-router@6-7.
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/nextjs-14-dashboard-app-router-tutorial
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.
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.
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.
Ashot72/Next.js-14-Online-Store
Online Store app that embraces many of the features of Next.js 14
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
rezamini/weather-app
The weather app developed using Next.js, Tailwind CSS, and the Open-Meteo APIs.
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
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
JhowBRCG/countries-information
See and filter informations about all countries in the world.
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.
Anik7303/next-intl-app
Simple Internationalization app with Next.js and `next-intl`
f-fardin-dev/next14
A complete website with next 14
franmc01/next-first-app
Application in which I learn how Next 14 works, what it offers us, etc.
hugocruzlfc/passing-promise-to-client-component
Passing a promise from a server component to a client component in React.
maurer2/schema-ref
Evaluate how to access component refs across intertwined server and client components
remcostoeten/vscode-extension-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.
vitorlinsbinski/devstore
Devstore is a shopping website that sells clothes. This project is designed to learn about the NextJS 13 App Router and tests, as well as practice the new features this update brings to us, such as server and client components, SSR loading and streaming, among others.