Next.js 15 / React 19
PostgreSQL
Prisma ORM
TypeScript, ESLint & Zod
ShadCN UI
Next Auth
React Hook Form
Jest Testing
Vercel Deployment
Next.js 101
Sunday, January 5, 2025
Wednesday, May 29, 2024
Sunday, May 19, 2024
Tailwind class usage: example component
import React from "react";
import AddToCard from "../components/AddToCard";
const ProductCard = () => {
return (
<div className="p-5 my-5 bg-sky-400 text-white text-xl hover:bg-sky-500">
<AddToCard />
</div>
);
};
export default ProductCard;
Subscribe to:
Posts (Atom)
Next.js Stack
Next.js 15 / React 19 PostgreSQL Prisma ORM TypeScript, ESLint & Zod ShadCN UI Next Auth React Hook Form Jest Testing Vercel Deployment
-
Official Documentation: https://nextjs.org/docs For asking questions about Next.js, several community channels are highly recommended due t...
-
https://sonner.emilkowal.ski/
-
https://daisyui.com/