awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 रिपॉजिटरी

Awesome GitHub RepositoriesReact Desktop App Development

Building cross-platform desktop applications for Windows, macOS, and Linux using React components and patterns.

Distinct from Desktop Ports: Distinct from Desktop Ports: focuses on building desktop apps from scratch with React, not porting existing React Native mobile code.

Explore 5 awesome GitHub repositories matching mobile development · React Desktop App Development. Refine with filters or upvote what's useful.

Awesome React Desktop App Development GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • kusti8/proton-nativekusti8 का अवतार

    kusti8/proton-native

    10,894GitHub पर देखें↗

    Proton Native is a cross-platform desktop framework that compiles React code into native applications for Windows, macOS, and Linux. It enables developers to build desktop applications using the same component syntax and patterns as React Native, with the ability to reuse existing React Native components with minimal modifications. The framework integrates a flexbox layout engine for positioning native desktop widgets and embeds the Node.js runtime for direct filesystem and system-level access. The framework translates React component trees into native desktop widgets through a bidirectional

    Building cross-platform desktop applications for Windows, macOS, and Linux using React components and patterns.

    TypeScriptcross-platformdesktopjs
    GitHub पर देखें↗10,894
  • raycast/extensionsraycast का अवतार

    raycast/extensions

    7,570GitHub पर देखें↗

    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

    Enables building native desktop interfaces using React components with hot-reloading and a custom reconciler for in-window rendering.

    TypeScript
    GitHub पर देखें↗7,570
  • nodegui/react-nodeguinodegui का अवतार

    nodegui/react-nodegui

    6,186GitHub पर देखें↗

    Build performant, native and cross-platform desktop applications with native React powerful CSS like styling.🚀

    Builds cross-platform desktop applications using React components rendered with native widgets instead of a web view.

    TypeScriptcssdesktopgui
    GitHub पर देखें↗6,186
  • mimecorg/vuidomimecorg का अवतार

    mimecorg/vuido

    6,062GitHub पर देखें↗

    Vuido is a framework for building native desktop applications for Windows, macOS, and Linux using Vue.js components, without requiring Electron or Chromium. It maps Vue components directly to native widgets from the libui library, creating lightweight applications that run on a single-threaded event loop and compile templates at build time for optimized runtime performance. The framework provides a complete Vue.js component-to-native bridge, enabling two-way data binding via v-model, component-based window composition, and platform-specific package generation for distributing executables. It

    Provides the core framework for building native desktop apps from Vue.js components without Electron.

    JavaScriptdesktoplibuivue
    GitHub पर देखें↗6,062
  • r0x0r/pywebviewr0x0r का अवतार

    r0x0r/pywebview

    5,917GitHub पर देखें↗

    pywebview is a cross-platform desktop GUI framework for Python that renders HTML, CSS, and JavaScript content using the operating system's native web rendering engine. It enables developers to build desktop applications that run on Windows, macOS, and Linux from a single Python codebase, with the web frontend displayed in a lightweight, native window. The framework provides a bidirectional JavaScript-Python bridge for real-time data exchange between frontend and backend, along with the ability to manipulate the Document Object Model directly from Python without writing JavaScript. It includes

    Communicates between frontend and backend by running a Flask server alongside the desktop window.

    Pythoncefcocoagtk
    GitHub पर देखें↗5,917
  1. Home
  2. Mobile Development
  3. React Native Applications
  4. Desktop Ports
  5. React Desktop App Development

सब-टैग एक्सप्लोर करें

  • Server-Backed Desktop AppsDesktop applications that communicate between frontend and backend by running an external HTTP server alongside the desktop window. **Distinct from React Desktop App Development:** Distinct from React Desktop App Development: focuses on the server-backed architecture pattern, not React-specific development.
  • Vue.js Desktop App BuildersFrameworks that build native desktop applications from Vue.js components without Electron. **Distinct from React Desktop App Development:** Distinct from React Desktop App Development: uses Vue.js instead of React, and maps to native libui widgets rather than web views.