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

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

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

18 مستودعات

Awesome GitHub RepositoriesReact Renderers

Libraries that allow React to render to non-DOM targets or specific environments.

Explore 18 awesome GitHub repositories matching web development · React Renderers. Refine with filters or upvote what's useful.

Awesome React Renderers GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • facebook/reactالصورة الرمزية لـ facebook

    facebook/react

    245,669عرض على GitHub↗

    React هي مكتبة JavaScript لبناء واجهات المستخدم تعتمد على معمارية قائمة على المكونات وتدفق بيانات أحادي الاتجاه.

    Enables rendering components into different parts of the document object model tree.

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

    enaqx/awesome-react

    73,650عرض على GitHub↗

    This project is a community-driven knowledge base that serves as a centralized directory for the React and React Native ecosystems. It functions as a developer discovery portal, aggregating high-quality libraries, frameworks, and learning resources to assist in the research and selection of tools for modern web and mobile application development. The repository distinguishes itself through a hierarchical taxonomy that organizes a fragmented landscape of third-party software into functional domains. By utilizing markdown-based content curation, it provides a structured index that allows develo

    Showcases libraries that enable rendering to non-DOM targets and specialized environments.

    awesomeawesome-listjavascript
    عرض على GitHub↗73,650
  • streamich/react-useالصورة الرمزية لـ streamich

    streamich/react-use

    43,974عرض على GitHub↗

    react-use is a collection of reusable state and effect hooks for managing common logic in React applications. It serves as a comprehensive library for implementing state management patterns and wrapping various browser APIs into consistent hook interfaces. The project provides a specialized toolkit for DOM interaction and browser API integration, allowing components to track element dimensions, manage cookies, and monitor hardware sensors. It includes a suite of animation and timing utilities for physics-based numeric interpolation and frame-synced state updates. Beyond basic state managemen

    Provides a promise that resolves only if a component remains mounted to prevent stale state updates.

    TypeScript
    عرض على GitHub↗43,974
  • react-spring/react-springالصورة الرمزية لـ react-spring

    react-spring/react-spring

    29,110عرض على GitHub↗

    react-spring is a declarative animation framework for React that drives visual transitions through state-driven declarations. It functions as a motion engine where animations are defined as target values pursued by a physics engine based on application state. The library utilizes a spring physics engine to calculate natural movements by simulating mass, tension, and friction instead of relying on fixed durations. To maintain high frame rates, it updates DOM elements directly via references to bypass the standard React render cycle. The framework covers physics-based motion and state-driven t

    Bypasses the standard React render cycle to update DOM elements directly via references for improved animation performance.

    TypeScript
    عرض على GitHub↗29,110
  • enzymejs/enzymeE

    enzymejs/enzyme

    19,831عرض على GitHub↗

    Enzyme is a testing utility for React components designed to verify their output and behavior in a test environment. It serves as a test harness for UI components, providing tools to render visual elements, manage state transitions, and simulate synthetic events. The library distinguishes itself through multiple rendering modes, including a shallow rendering engine for isolated unit testing and full DOM rendering for testing deep integration. It employs an adapter-based integration system to maintain compatibility across different versions of the underlying framework. The toolkit covers a br

    Provides tools for searching and querying the generated React render tree to ensure element presence.

    JavaScript
    عرض على GitHub↗19,831
  • airbnb/react-sketchappالصورة الرمزية لـ airbnb

    airbnb/react-sketchapp

    14,880عرض على GitHub↗

    react-sketchapp is a design system automation tool that translates React components into native Sketch design layers. It functions as a custom renderer that maps a virtual component tree to a design canvas, allowing for the programmatic generation and updating of design files from source code. The project provides a framework for building custom design utilities and automation scripts by treating the visual canvas as a programmable target. It includes a system for fetching external data to populate design components, enabling the creation of high-fidelity mockups and data-driven prototypes.

    Implements a custom renderer that targets Sketch design layers instead of a web browser.

    TypeScriptreactreact-rendererreact-sketchapp
    عرض على GitHub↗14,880
  • hiteshchoudhary/chai-aur-reactالصورة الرمزية لـ hiteshchoudhary

    hiteshchoudhary/chai-aur-react

    12,808عرض على GitHub↗

    This project is an educational course and a collection of frontend projects designed to teach the core concepts and architecture of the React library. It serves as a practical guide for building modular user interfaces through a series of hands-on project builds. The repository includes a technical implementation of a custom React renderer, demonstrating how to transform JSX elements into a document object model. It further provides examples of state management, specifically illustrating how to share global data across a component tree using the provider pattern to avoid property drilling. T

    Includes a technical implementation of a custom renderer to transform JSX elements into a document object model.

    JavaScript
    عرض على GitHub↗12,808
  • reactjs/react.devالصورة الرمزية لـ reactjs

    reactjs/react.dev

    11,765عرض على GitHub↗

    React is a JavaScript library for building user interfaces through the composition of modular, self-contained components. It employs a declarative programming model where developers describe the desired visual state, and the library automatically manages the underlying document updates and state synchronization. By utilizing a virtual representation of the document, it calculates and applies minimal changes to the browser, ensuring efficient rendering even in complex applications. The library distinguishes itself through a sophisticated scheduling system that manages rendering work in increme

    Detaches component trees from the DOM and cleans up resources to prevent memory leaks.

    JavaScriptdocumentationjavascriptreact
    عرض على GitHub↗11,765
  • chvin/react-tetrisالصورة الرمزية لـ chvin

    chvin/react-tetris

    8,717عرض على GitHub↗

    This is a browser-based Tetris game built with React, using Redux and Immutable.js to manage all game state in a single immutable store. The application renders the game board, next-block preview, and score display as React components, with state transitions that are predictable and support time-travel debugging through the Redux DevTools Extension. The game distinguishes itself through several integrated capabilities. It automatically adapts between keyboard and touch controls based on the user's input device, with configurable repeat rates for responsive gameplay. A persistence layer serial

    Renders the game board, next-block preview, and score display as React components.

    JavaScriptimmutablereactredux
    عرض على GitHub↗8,717
  • markdoc/markdocالصورة الرمزية لـ markdoc

    markdoc/markdoc

    8,060عرض على GitHub↗

    Markdoc is a documentation content framework that extends standard Markdown with custom tags, typed schemas, and reusable components, parsing content into an abstract syntax tree and rendering it as React elements or HTML. It provides a structured authoring system where documents are processed through an AST-based pipeline, enabling validation, transformation, and flexible output generation. The framework distinguishes itself through a schema-driven validation pipeline that checks document structure and attribute values against defined rules, and a pluggable renderer architecture that accepts

    Converts the renderable tree into React elements using a mapping of custom tags to components.

    TypeScriptauthoringdocumentationmarkdoc
    عرض على GitHub↗8,060
  • alibaba/raxالصورة الرمزية لـ alibaba

    alibaba/rax

    8,036عرض على GitHub↗

    Rax هو إطار عمل لتطبيقات React الشاملة وبيئة JavaScript متماثلة (isomorphic) مصممة لتقديم قاعدة كود واحدة عبر منصات الويب، والهواتف المحمولة، والتطبيقات المصغرة (mini-programs). يعمل كمحرك عرض للمكونات عبر المنصات يقوم بترجمة مكونات React إلى عناصر خاصة بكل منصة باستخدام مواصفات تعريفية موحدة. يستخدم إطار العمل مواصفات تعريفية موحدة لواجهة المستخدم لفصل منطق المكون عن طبقة واجهة المستخدم الأساسية، مما يسمح بمعالجة DOM موحدة وإدارة الأحداث عبر بيئات تنفيذ مختلفة. تتيح هذه البنية دمج مكونات التطبيقات المصغرة الأصلية وإضافات خاصة بالمنصة للاستفادة من الأجهزة أو البرمجيات المحلية. يتضمن إطار عمل للعرض من جانب الخادم (SSR) لإنشاء HTML ثابت لتحسين سرعة التحميل الأولية وظهور محركات البحث، مكملاً بآلية ترطيب (hydration) من جانب العميل لجعل الواجهة تفاعلية. يوفر النظام أيضاً إدارة دورة حياة التطبيق الشاملة للتعامل مع التهيئة، والتوجيه، وانتقالات الحالة عبر المنصات.

    Uses a custom rendering system to allow React to target multiple different platforms and environments.

    JavaScript
    عرض على GitHub↗8,036
  • midudev/preguntas-entrevista-reactالصورة الرمزية لـ midudev

    midudev/preguntas-entrevista-react

    7,785عرض على GitHub↗

    This project is a technical study resource and interview preparation guide focused on the React library. It provides a comprehensive frontend interview question bank and concept references designed to help developers master core library primitives and prepare for professional job interviews. The resource covers detailed explanations of React's technical architecture, including state management patterns, performance optimization strategies, and component design. It serves as a knowledge assessment tool for developers to test their understanding of modern frontend engineering through a structur

    Details mechanisms to prevent state updates on components that have been unmounted during asynchronous operations.

    JavaScripthacktoberfestjavascriptreact
    عرض على GitHub↗7,785
  • raycast/extensionsالصورة الرمزية لـ raycast

    raycast/extensions

    7,570عرض على GitHub↗

    Raycast Extensions is an open-source platform for building and distributing self-contained plugins that integrate with the Raycast desktop application. It provides an extension plugin framework where developers create packages using TypeScript, React, and Node.js, with each extension declaring its commands and permissions through a static manifest. The platform includes a hot-reload development server that watches source files and triggers live UI updates without restarting the host application. The platform distinguishes itself through deep AI integration capabilities, allowing extensions to

    Extension interfaces are built with React components that render natively inside the host window using a custom reconciler.

    TypeScript
    عرض على GitHub↗7,570
  • hospitalrun/hospitalrun-frontendالصورة الرمزية لـ HospitalRun

    HospitalRun/hospitalrun-frontend

    6,888عرض على GitHub↗

    HospitalRun Frontend is an offline-first progressive web application designed for hospital information system administration, enabling healthcare facilities to manage patient records, appointments, and clinical workflows through a web-based interface. The application stores patient data locally in the browser's IndexedDB database, allowing full functionality without a persistent internet connection, and synchronizes changes with the backend server via RESTful API calls when connectivity is restored. The system implements role-based access control routing that restricts navigation and feature

    Builds the UI as a hierarchy of React components that re-render efficiently when application state changes.

    TypeScriptcouchdbemrfrontend
    عرض على GitHub↗6,888
  • lingui/js-linguiالصورة الرمزية لـ lingui

    lingui/js-lingui

    5,786عرض على GitHub↗

    Lingui is a JavaScript internationalization library that provides a framework-agnostic core with bindings for React, SolidJS, Svelte, Astro, and other JavaScript frameworks. It operates through a compile-time message extraction pipeline that scans source files for translatable strings, generates standard PO, JSON, or CSV catalog files, and compiles them into optimized JavaScript modules for production deployment. The library uses macro-based message definition to wrap translatable text in source code while preserving context for extraction, and includes a plural rule engine that automatically

    Provides React components and hooks to display translated messages, including rich-text content and React Server Components.

    TypeScript
    عرض على GitHub↗5,786
  • notionx/react-notion-xالصورة الرمزية لـ NotionX

    NotionX/react-notion-x

    5,421عرض على GitHub↗

    react-notion-x هو محرك عرض قائم على React وعميل TypeScript مصمم لتحويل بيانات Notion API إلى صفحات ويب ومكونات منسقة. يعمل كمحلل محتوى وعارض يقوم بجلب وتطبيع ومعالجة استجابات Notion API إلى هياكل بيانات متسقة للعرض. يتضمن المشروع أداة لتحويل محتوى صفحة Notion المعقد وهياكل الكتل إلى نص Markdown عادي. للحفاظ على الأداء، يستخدم واجهة تحميل كسول (lazy-loading) تؤجل تحميل العناصر الثقيلة مثل ملفات PDF والمعادلات الرياضية. يدعم العارض مجموعة واسعة من أنواع المحتوى، بما في ذلك كتل الكود مع تمييز الصيغة، ومجموعات البيانات، والمستندات المضمنة. يوفر قدرات للوصول إلى كل من الصفحات العامة والخاصة ويتضمن تقنيات تحسين الصور مثل العناصر النائية منخفضة الجودة.

    Provides a React-based rendering engine that transforms Notion API data into formatted web pages.

    TypeScriptnextjsnotionnotion-api
    عرض على GitHub↗5,421
  • ngx-translate/coreالصورة الرمزية لـ ngx-translate

    ngx-translate/core

    4,666عرض على GitHub↗

    هذا إطار عمل للتدويل (internationalization) لتطبيقات Angular. يوفر نظامًا لإدارة النصوص متعددة اللغات عن طريق ربط المفاتيح بالسلاسل المترجمة، باستخدام مدير ترجمة JSON لتحميل ودمج الأصول الموطنة عبر HTTP أو مصادر محلية. تتضمن المكتبة مبدل لغة وقت التشغيل لتحديث واجهة المستخدم فورًا دون إعادة تحميل الصفحة ومستخرج مفاتيح لتحديد السلاسل القابلة للترجمة داخل الكود المصدري. يتميز المشروع بمنسق رسائل ICU للتعامل مع المتطلبات اللغوية المعقدة مثل الجمع والجنس. يتميز ببنية محمل قائمة على الإضافات ومحللات استيفاء قابلة للتخصيص، مما يسمح للمطورين بتحديد منطق مخصص لجلب بيانات الترجمة وتنسيق المعلمات الديناميكية. تغطي المكتبة مجموعة واسعة من قدرات التوطين، بما في ذلك اكتشاف لغة المتصفح، وتكوين اللغة الاحتياطية، وتتبع الحالة التفاعلي باستخدام الإشارات لمراقبة تغييرات اللغة. كما تدعم استراتيجيات التوجيه الموطنة لعناوين URL الخاصة باللغة وتوفر أدوات للتحقق من مفاتيح الترجمة ومحاكاة الخدمة لضمان الجودة.

    Renders translated messages in templates using pipes or blocks that automatically update when the language changes.

    TypeScript
    عرض على GitHub↗4,666
  • amannn/next-intlالصورة الرمزية لـ amannn

    amannn/next-intl

    4,304عرض على GitHub↗

    next-intl is an internationalization framework for Next.js applications. It provides a system for managing translations, localized routing, and ICU message formatting to deliver multilingual content across server and client components. The project distinguishes itself through a focus on developer experience and type safety, utilizing a TypeScript translation validator that generates declaration files from JSON messages for compile-time key validation. It streamlines translation workflows with tools for automatically extracting strings from source code into message files and synchronizing thos

    Provides components and hooks to render translated text and UI elements based on the user's locale.

    TypeScriptdate-formattingi18nnext
    عرض على GitHub↗4,304
  1. Home
  2. Web Development
  3. Frontend Development Tools
  4. Frontend Frameworks
  5. Rendering Engines & Virtual DOM
  6. React Renderers

استكشف الوسوم الفرعية

  • Custom ReconcilersRenders React components natively inside the host window using a custom reconciler for non-DOM targets. **Distinct from React Renderers:** Distinct from React Renderers: specifically targets native desktop window rendering with a custom reconciler, not general non-DOM targets.
  • Localized Text RenderersProvides React components and hooks to display translated messages, including rich-text content and React Server Components. **Distinct from React Renderers:** Distinct from React Renderers: focuses on rendering localized text content, not rendering to non-DOM targets.
  • Markdown-to-React RenderersParses Markdown syntax on the server and renders the resulting tree as React elements on the client. **Distinct from React Renderers:** Distinct from React Renderers: specifically converts Markdown content into React elements, not general React rendering to non-DOM targets.
  • Notion Data RenderersSpecialized React renderers that map structured third-party API data to UI components. **Distinct from React Renderers:** Specializes in rendering Notion's specific block-based data model rather than general non-DOM targets.
  • PortalsRendering child components into a different part of the DOM tree. **Distinct from React Renderers:** Distinct from general renderers: specifically handles the projection of components into external DOM nodes.
  • Render Tree AnalysisQuerying and analyzing the generated output tree of a component to verify structure. **Distinct from React Renderers:** Focuses on analyzing the resulting render tree for assertions, not on providing a custom rendering target.
  • Unmounting Utilities2 وسوم فرعيةFunctions for cleaning up component trees, removing event handlers, and detaching frameworks from the DOM. **Distinct from React Renderers:** Distinct from React Renderers: focuses on the teardown and cleanup lifecycle rather than the rendering process itself.