awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
vercel avatar

vercel/next.js

0
View on GitHub↗

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI
nextjs.org
↗

Next.js

Next.js is a web development framework that provides a file-system-based routing system and a suite of server-side utilities for managing the request-response cycle. It includes built-in support for data fetching, caching, and revalidation, allowing developers to control how content is rendered and served. The framework offers a centralized configuration system for build-time settings, environment variables, and deployment adapters, alongside a command-line interface for bootstrapping new projects.

The framework covers a wide range of application requirements, including metadata management for search engine optimization, accessibility tools like linting and route change announcements, and performance monitoring through web vitals reporting. It provides specialized components for optimizing images, fonts, and third-party scripts, as well as integrated support for various styling methods such as CSS modules and utility-first frameworks.

Architectural patterns are supported through guides and utilities for authentication, authorization, and session management. Developers can handle errors, manage cookies, and implement custom server-side logic using the framework's core utilities and hooks. The project includes comprehensive documentation and configuration options to support typed development and scalable application design.

Features

  • Extended Fetch APIs - Augments standard network requests with built-in caching and revalidation logic for server-side data operations.
  • Application Configuration - Centralizes application settings, environment variables, and routing preferences through a unified configuration file.
  • Form Handling Components - Automates form submission, loading states, and server-side validation through specialized interface components.
  • Cache Invalidation Utilities - Purges cached data for specific route paths to ensure content freshness on the server.
  • Core Frameworks - The React Framework for production-grade web applications.
140,051 نجوم·31,227 تفرعات·JavaScript·MIT·21 مشاهدات
  • Decision Records - Public RFC discussions for framework-level architectural changes.
  • Developer Tools and Frameworks - React framework for production-grade web applications.
  • Frameworks - The primary React framework for production-grade web applications.
  • Static Site Generators - Framework for server-rendered and static web applications.
  • Web Frameworks - Full-stack React framework for production-grade applications.
  • Educational Resources - The core framework for building server-rendered React applications.
  • CSS Modules - Generates unique class names for style files to prevent naming collisions and ensure scoped component styling.
  • Cookie Management Utilities - Manages HTTP cookies within server-side components to facilitate session tracking and personalized user experiences.
  • Metadata Asset Conventions - Processes standardized metadata files for favicons and social media assets automatically during the build process.
  • Project Scaffolding - Bootstraps new applications with standardized file structures and pre-configured settings for linting, styling, and language support.
  • سجل النجوم

    مخطط تاريخ النجوم لـ vercel/next.jsمخطط تاريخ النجوم لـ vercel/next.js

    الأسئلة الشائعة

    ما هي وظيفة vercel/next.js؟

    Next.js is a web development framework that provides a file-system-based routing system and a suite of server-side utilities for managing the request-response cycle. It includes built-in support for data fetching, caching, and revalidation, allowing developers to control how content is rendered and served. The framework offers a centralized configuration system for build-time settings, environment variables, and deployment adapters, alongside a command-line interface for…

    ما هي الميزات الرئيسية لـ vercel/next.js؟

    الميزات الرئيسية لـ vercel/next.js هي: Extended Fetch APIs, Application Configuration, Form Handling Components, Cache Invalidation Utilities, Core Frameworks, Decision Records, Developer Tools and Frameworks, Frameworks.

    ما هي البدائل مفتوحة المصدر لـ vercel/next.js؟

    تشمل البدائل مفتوحة المصدر لـ vercel/next.js: gatsbyjs/gatsby — Gatsby is a React static site generator and hybrid rendering framework used to build websites by pre-rendering… facebook/react — React is a JavaScript library for building user interfaces based on a component-driven architecture and unidirectional… chiraggude/awesome-laravel — A curated list of bookmarks, packages, tutorials, videos and other cool resources from the Laravel ecosystem. remix-run/remix — Remix is a full-stack web framework designed to manage data loading, mutations, and routing through standard web… marmelab/react-admin — React-admin is a framework for building data-driven administrative interfaces that connect to REST or GraphQL… openframeworks/openframeworks — openFrameworks is a C++ creative coding toolkit and multimedia framework designed for building interactive art and…

    بدائل مفتوحة المصدر لـ Next.js

    مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Next.js.
    • gatsbyjs/gatsbyالصورة الرمزية لـ gatsbyjs

      gatsbyjs/gatsby

      55,941عرض على GitHub↗

      Gatsby is a React static site generator and hybrid rendering framework used to build websites by pre-rendering components into static HTML files for delivery via content delivery networks. It functions as a hybrid rendering platform that supports a combination of static generation, server-side rendering, and deferred page loading. The framework operates as a GraphQL data aggregator, pulling content from various APIs, headless CMS integrations, and files into a single unified schema for frontend queries. It also serves as a frontend performance optimizer, automating code splitting, resource pr

      JavaScriptblogcompilergatsby
      عرض على GitHub↗55,941
    • facebook/reactالصورة الرمزية لـ facebook

      facebook/react

      245,669عرض على GitHub↗

      React is a JavaScript library for building user interfaces based on a component-driven architecture and unidirectional data flow.

      JavaScriptjavascriptuifrontend
      عرض على GitHub↗245,669
    • chiraggude/awesome-laravelالصورة الرمزية لـ chiraggude

      chiraggude/awesome-laravel

      13,072عرض على GitHub↗

      A curated list of bookmarks, packages, tutorials, videos and other cool resources from the Laravel ecosystem

      awesomelaravelphp
      عرض على GitHub↗13,072
    • remix-run/remixالصورة الرمزية لـ remix-run

      remix-run/remix

      33,074عرض على GitHub↗

      Remix is a full-stack web framework designed to manage data loading, mutations, and routing through standard web platform APIs. It functions as a server-side rendering framework that unifies server-side data processing and client-side interactivity within a single development model, ensuring applications remain consistent across diverse environments. The framework distinguishes itself by utilizing native web platform APIs for all request and response handling, including a declarative data mutation layer that synchronizes server-side database updates with client-side UI transitions via standar

      TypeScript
      عرض على GitHub↗33,074
    عرض جميع البدائل الـ 30 لـ Next.js→