NEXTJS مرجع: Next.js Introduction
مرجع سريع لـ Next.js Introduction.
مرجع NEXTJS — Next.js Introduction
ملخص سريع عن Next.js Introduction مع صياغة ومثال.
الصياغة
export default function Page(){}
مثال
export default function Page(){
return <main><h1>Hello Next.js</h1></main>;
}