NextJS – The Next Best Framework Workshop
All Tracks and Workshops : 1100 ILS + VAT
Modern C++ Workshop: 2300 ILS + VAT
Description:
• Introduction to Next.js 14
o What is Next.js and its core advantages
o Key concepts: pre-rendering (SSG, SSR), code splitting, API routes
• Project Setup
o Creating a Next.js project using pnpm
o Understanding the app directory structure
• Routing Basics
o File-system based routing
o Using Next/link for navigation
o Dynamic routing concepts
• Layouts
o Creating nested layouts
o Managing state preservation across page transitions
• Server Components
o Understanding Server Components and their benefits
o Fetching data asynchronously in Server Components
o Tradeoffs between Server Components and traditional React
• Next.js 14 Recap
o Summarize key features of Next.js 14
o Emphasize practical advantages for developers