الفرق بين المراجعتين لصفحة: «Next.js/MegaMenu»
< Next.js
جميل-بيلوني (نقاش | مساهمات) أنشأ الصفحة ب'[ { "columns": [ { "control": { "type": "bullets", "config": { "t...' |
جميل-بيلوني (نقاش | مساهمات) لا ملخص تعديل |
||
(3 مراجعات متوسطة بواسطة نفس المستخدم غير معروضة) | |||
سطر 6: | سطر 6: | ||
"type": "bullets", | "type": "bullets", | ||
"config": { | "config": { | ||
"text": " | "text": "الأساسيات", | ||
"url": "#", | "url": "#", | ||
"items": [ | "items": [ | ||
{ | { | ||
"text": " | "text": "بدء استخدام Next.js", | ||
"url": "/ | "url": "/Next.js/getting_started" | ||
}, | }, | ||
{ | { | ||
"text": " | "text": "الصفحات", | ||
"url": "/ | "url": "/Next.js/pages" | ||
}, | }, | ||
{ | { | ||
"text": " | "text": "إحضار البيانات", | ||
"url": "/ | "url": "/Next.js/data_fetching" | ||
}, | }, | ||
{ | { | ||
"text": " | "text": "تخطيط الصفحة", | ||
"url": "/ | "url": "/Next.js/layouts" | ||
}, | }, | ||
{ | { | ||
"text": " | "text": "تخديم الملفات الساكنة", | ||
"url": "/ | "url": "/Next.js/static_file_serving" | ||
}, | }, | ||
{ | { | ||
"text": " | "text": "استخدام TypeScript", | ||
"url": "/ | "url": "/Next.js/typescript" | ||
} | } | ||
] | ] | ||
سطر 41: | سطر 41: | ||
"type": "bullets", | "type": "bullets", | ||
"config": { | "config": { | ||
"text": " | "text": "إعداد التطبيق", | ||
"url": " | "url": "#", | ||
"items": [ | "items": [ | ||
{ | { | ||
"text": " | "text": "التوجيه routing", | ||
"url": "/ | "url": "/Next.js/Routing" | ||
}, | }, | ||
{ | { | ||
"text": " | "text": "ما قبل مرحلة الإنتاج", | ||
"url": "/ | "url": "/Next.js/going_to_production" | ||
}, | }, | ||
{ | { | ||
"text": " | "text": "نشر تطبيقات Next.js", | ||
"url": "/ | "url": "/Next.js/deployment" | ||
}, | }, | ||
{ | { | ||
"text": " | "text": "الاستيثاق Authentication", | ||
"url": "/ | "url": "/Next.js/authentication" | ||
}, | }, | ||
{ | { | ||
"text": " | "text": "اختبار تطبيقات Next.js", | ||
"url": "/ | "url": "/Next.js/testing" | ||
}, | }, | ||
{ | { | ||
"text": " | "text": "بناء النماذج", | ||
"url": "/ | "url": "/Next.js/building_forms" | ||
} | } | ||
] | ] | ||
سطر 76: | سطر 76: | ||
"type": "bullets", | "type": "bullets", | ||
"config": { | "config": { | ||
"text": " | "text": "مواضيع متقدمة", | ||
"url": " | "url": "#", | ||
"items": [ | "items": [ | ||
{ | { | ||
"text": " | "text": "مُصرِّف Next.js", | ||
"url": "/ | "url": "/Next.js/compiler" | ||
}, | |||
{ | |||
"text": "التحسين الساكن التلقائي", | |||
"url": "/Next.js/automatic_static_optimization" | |||
}, | }, | ||
{ | { | ||
"text": " | "text": "تخصيص ضبط Babel", | ||
"url": "/ | "url": "/Next.js/customizing_babel_config" | ||
}, | }, | ||
{ | { | ||
"text": " | "text": "الأدوات الوسيطة Middleware", | ||
"url": "/ | "url": "/Next.js/middleware" | ||
}, | }, | ||
{ | { | ||
"text": " | "text": "تنقيح تطبيقات Next.js", | ||
"url": "/ | "url": "/Next.js/debugging" | ||
}, | |||
{ | |||
"text": "معالجة الأخطاء", | |||
"url": "/Next.js/error_handling" | |||
} | } | ||
] | ] | ||
سطر 103: | سطر 111: | ||
"type": "bullets", | "type": "bullets", | ||
"config": { | "config": { | ||
"text": " | "text": "الواجهة البرمجية API", | ||
"url": " | "url": "#", | ||
"items": [ | "items": [ | ||
{ | { | ||
"text": " | "text": "واجهة سطر الأوامر", | ||
"url": "/ | "url": "/Next.js/cli" | ||
}, | }, | ||
{ | { | ||
"text": " | "text": "الكائن router", | ||
"url": "/ | "url": "/Next.js/next_router" | ||
}, | }, | ||
{ | { | ||
"text": " | "text": "المكون Link", | ||
"url": "/ | "url": "/Next.js/next_link" | ||
}, | }, | ||
{ | { | ||
"text": " | "text": "المكون Image", | ||
"url": "/ | "url": "/Next.js/next_image" | ||
}, | }, | ||
{ | { | ||
"text": " | "text": "ملف التهيئة next.config.js", | ||
"url": "/ | "url": "/Next.js/next.config.js" | ||
} | } | ||
] | ] |
المراجعة الحالية بتاريخ 12:18، 6 يناير 2023
|