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

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

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

rackt/react-router

0
View on GitHub↗
0 نجوم·0 تفرعات·1 مشاهدة

React Router

Features

  • React Ecosystem - Routing solution for React.

سجل النجوم

مخطط تاريخ النجوم لـ rackt/react-routerمخطط تاريخ النجوم لـ rackt/react-router

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

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

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

Start searching with AI

بدائل مفتوحة المصدر لـ React Router

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع React Router.
  • alan2207/bulletproof-reactالصورة الرمزية لـ alan2207

    alan2207/bulletproof-react

    35,335عرض على GitHub↗

    Bulletproof React is an architectural guide and project boilerplate designed to standardize the development of large-scale, maintainable frontend applications. It provides a set of structural principles and organizational strategies that enforce a strict separation of concerns, ensuring that codebases remain manageable as they grow in complexity over time. The project distinguishes itself by promoting a modular design that groups related logic, components, and services into dedicated feature folders. It utilizes a composition-based approach to build user interfaces and implements a dependency

    TypeScriptreactreact-applicationsreact-architecture-patterns
    عرض على GitHub↗35,335
  • axios/axiosالصورة الرمزية لـ axios

    axios/axios

    109,077عرض على GitHub↗

    Axios is an isomorphic, promise-based HTTP client designed for making asynchronous network requests across different JavaScript execution environments, including the browser and Node.js. It functions as a JSON API client that serializes JavaScript objects into JSON and parses server responses into structured data. The project features a system for managing reusable client instances with shared configurations, such as base URLs and default settings. It includes a mechanism for intercepting outgoing requests and incoming responses globally, allowing data to be transformed before it reaches the

    JavaScripthacktoberfesthttp-clientjavascript
    عرض على GitHub↗109,077
  • betasu/just-reactالصورة الرمزية لـ BetaSu

    BetaSu/just-react

    6,402عرض على GitHub↗

    「React技术揭秘」 一本自顶向下的React源码分析书

    JavaScriptfiberhooksreact
    عرض على GitHub↗6,402
  • 7kms/react-illustration-seriesالصورة الرمزية لـ 7kms

    7kms/react-illustration-series

    7,932عرض على GitHub↗

    This project is a visual guide that explains the internal architecture of a UI library through annotated diagrams and step-by-step walkthroughs. It covers core mechanisms including how browser events are normalized into a unified system, how the fiber tree is constructed and reconciled for incremental updates, how state and effect hooks are managed through their lifecycle, and how the scheduler prioritizes work units to maintain responsive rendering. The resource distinguishes itself by mapping the library's package dependency hierarchy and providing visual explanations of how these internal

    TypeScriptfiberhookreact
    عرض على GitHub↗7,932
عرض جميع البدائل الـ 30 لـ React Router→

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

ما هي الميزات الرئيسية لـ rackt/react-router؟

الميزات الرئيسية لـ rackt/react-router هي: React Ecosystem.

ما هي البدائل مفتوحة المصدر لـ rackt/react-router؟

تشمل البدائل مفتوحة المصدر لـ rackt/react-router: alan2207/bulletproof-react — Bulletproof React is an architectural guide and project boilerplate designed to standardize the development of… axios/axios — Axios is an isomorphic, promise-based HTTP client designed for making asynchronous network requests across different… betasu/just-react — 「React技术揭秘」 一本自顶向下的React源码分析书. bogdan-lyashenko/under-the-hood-reactjs — This project is a technical breakdown and implementation of a user interface framework's internal architecture,… bradgroux/veritas-kanban. 7kms/react-illustration-series — This project is a visual guide that explains the internal architecture of a UI library through annotated diagrams and…