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

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

استكشفعمليات بحث منسقةOpen-source alternativesSelf-hosted softwareالمدونةخريطة الموقع
المشروعحولHow we rankالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 مستودعات

Awesome GitHub RepositoriesReact Native Debuggers

Specialized debugging tools for monitoring and modifying React Native application state.

Distinct from State Debugging Tools: Distinct from State Debugging Tools: focuses specifically on the React Native ecosystem and its unique state management patterns.

Explore 5 awesome GitHub repositories matching development tools & productivity · React Native Debuggers. Refine with filters or upvote what's useful.

Awesome React Native Debuggers GitHub Repositories

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

    reactotron/reactotron

    15,564عرض على GitHub↗

    Reactotron is a desktop application and collection of developer tools designed for monitoring runtime errors, analyzing network requests, and inspecting state within JavaScript and React environments. It serves as a debugger for both React JS and React Native projects, providing a visual interface to monitor internal application state and performance. The tool provides specialized inspectors for React Native mobile applications and React web applications. It allows for the real-time tracking of state changes and the dispatching of actions to a state manager to test different application scena

    Serves as a specialized debugger for monitoring and modifying the state of React Native mobile applications.

    TypeScript
    عرض على GitHub↗15,564
  • skellock/reactotronالصورة الرمزية لـ skellock

    skellock/reactotron

    15,564عرض على GitHub↗

    Reactotron is a desktop application for inspecting the state, network traffic, and logs of React and React Native applications. It serves as a specialized debugging interface for monitoring network requests, performance metrics, and state transitions in JavaScript and mobile application frameworks. The tool provides a real-time interface for tracking data flow and dispatching actions to test different state transitions. It includes a network traffic monitor to intercept and display API requests and responses, as well as a performance analysis tool for capturing execution data and measuring op

    Serves as a specialized desktop debugger for monitoring state changes and logs in React Native applications.

    TypeScript
    عرض على GitHub↗15,564
  • infinitered/reactotronالصورة الرمزية لـ infinitered

    infinitered/reactotron

    15,513عرض على GitHub↗

    Reactotron is a desktop-based development environment designed for inspecting, monitoring, and manipulating mobile and web applications in real time. It functions as a centralized hub that connects to a running application via a persistent WebSocket connection, allowing developers to observe internal state, network traffic, and console output without manual instrumentation. The tool distinguishes itself through a modular plugin architecture that enables custom debugging commands and specialized extensions. It provides advanced diagnostic capabilities, including the ability to overlay design m

    Monitors and modifies the internal state of mobile applications in real time to troubleshoot logic and verify data flow.

    TypeScriptdebuggingdesktopreact-native
    عرض على GitHub↗15,513
  • welldone-software/why-did-you-renderالصورة الرمزية لـ welldone-software

    welldone-software/why-did-you-render

    12,489عرض على GitHub↗

    This project is a performance debugger and render profiler for React and React Native applications. It serves as a diagnostic utility to detect avoidable render cycles and identify the specific props, state, or hook changes that trigger component updates. The tool distinguishes itself by tracking the execution of both custom and third-party hooks to determine if their return values are causing unnecessary renders. It employs deep equality checks to notify developers when a component re-renders despite its props and state remaining functionally identical. Broad capabilities include frontend b

    Provides a debugging utility that monkey patches the React reconciler to notify developers of inefficient rendering in mobile apps.

    JavaScriptcomponenthooks-trackingperformance
    عرض على GitHub↗12,489
  • jhen0409/react-native-debuggerالصورة الرمزية لـ jhen0409

    jhen0409/react-native-debugger

    10,460عرض على GitHub↗

    React Native Debugger is a standalone developer application for inspecting and debugging JavaScript runtimes in mobile applications built with React Native. It provides a dedicated interface to monitor the runtime state, network requests, and console logs of a remote mobile environment. The tool integrates specialized inspectors for Redux state management and GraphQL client debugging, allowing for time-traveling state transitions and the analysis of queries, mutations, and local cache. It also features a component hierarchy viewer for visualizing and modifying UI properties in real time. Bro

    Provides a standalone developer application for inspecting and debugging JavaScript runtimes in React Native mobile apps.

    JavaScript
    عرض على GitHub↗10,460
  1. Home
  2. Development Tools & Productivity
  3. State Debugging Tools
  4. React Native Debuggers

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

  • Custom URI ActivationCapabilities for launching and configuring debuggers using registered custom protocol handlers. **Distinct from React Native Debuggers:** Distinct from general debugging by focusing specifically on the application launch and connection mechanism via URI schemes.
  • Multi-Instance MonitoringCapabilities for simultaneously debugging multiple separate application runtimes or packager ports. **Distinct from React Native Debuggers:** Distinct from Multi-Process Debugging: focuses on separate packager ports for the same framework rather than OS process boundaries.