Next13 特性
🌙Next13 特性
• app Directory (beta): Easier, faster, less client JS. ◦ Layouts ◦ React Server Components ◦ Streaming • Turbopack (alpha): Up to 700x faster Rust-based Webpack replacement. • New next/image: Faster with native browser lazy loading. • New @next/font (beta): Automatic self-hosted fonts with zero layout shift. • Improved next/link: Simplified API with automatic <a>.
TailwindCSS的基本使用
🪢TailwindCSS的基本使用
Tailwind CSS works by scanning all of your HTML files, JavaScript components, and any other templates for class names, generating the corresponding styles and then writing them to a static CSS file. It's fast, flexible, and reliable — with zero-runtime.
Prisma
🗝️Prisma
Next-generation Node.js and TypeScript ORM Prisma unlocks a new level of developer experience when working with databases thanks to its intuitive data model, automated migrations, type-safety & auto-completion.