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

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

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

open-source-labs/Reactime

0
View on GitHub↗
2,238 स्टार्स·209 फोर्क्स·TypeScript·MIT·8 व्यूज़reactimetravel.github.io/reactime-website↗

Reactime

Reactime एक ब्राउज़र एक्सटेंशन है जिसे React एप्लिकेशन्स को डीबग और प्रोफाइल करने के लिए डिज़ाइन किया गया है। यह कंपोनेंट पदानुक्रमों (hierarchies) की निगरानी, स्टेट ट्रांज़िशन को ट्रैक करने और जटिल कंपोनेंट ट्रीज़ के भीतर डेटा फ्लो का विश्लेषण करने के लिए एक विशेष इंटरफेस प्रदान करता है।

यह टूल टाइम-ट्रैवल डीबगिंग क्षमताओं के माध्यम से अलग है, जो डेवलपर्स को लॉजिक एरर्स को अलग करने के लिए स्टेट स्नैपशॉट्स को कैप्चर और रीप्ले करने की अनुमति देता है। इसमें एक डिपेंडेंसी ग्राफ मैपर भी है जो प्रोवाइडर्स और कंज्यूमर्स के बीच संबंधों को विज़ुअलाइज़ करता है, जिससे यह स्पष्ट होता है कि एप्लिकेशन में जानकारी कैसे वितरित की जाती है।

कोर डीबगिंग के अलावा, प्रोजेक्ट में प्रदर्शन निगरानी उपयोगिताएं शामिल हैं जो बॉटलनेक्स की पहचान करने के लिए रेंडर अवधि और आवृत्तियों को मापती हैं। यह स्टेट हिस्ट्री फाइलों के निर्यात और आयात को सक्षम करके सहयोगी वर्कफ़्लो का समर्थन करता है, जिससे टीमें विभिन्न सत्रों में विशिष्ट एप्लिकेशन स्टेट्स को साझा और विश्लेषण कर सकती हैं।

Features

  • State Debugging Tools - Provides development tools for monitoring and inspecting application state and data flow.
  • Monitoring and Performance - Tracks performance metrics and site health to identify bottlenecks.
  • Frontend State Tracking - Monitors changes in frontend store managers and application state for debugging purposes.
  • React Render Debugging - Tracks the specific props and state changes that trigger component updates.
  • Time-Travel Debuggers - Records and replays state transitions to allow developers to move backward and forward through application history.
  • State Snapshots - Captures and reconstructs full application data structures to enable time-travel debugging.
  • Component Lifecycle Hooks - Executes callbacks during the addition, removal, or modification of data components in a system.
  • Software Dependency Mapping - Maps codebases as graphs of functions and classes to analyze architectural structure.
  • Dependency-Injected Contexts - Shares type-checked configuration state across a call chain using dependency injection.
  • Runtime State Visualizers - Provides visual representations of the current application state and system metrics during execution.
  • Application Performance Profiling - Identifies performance bottlenecks and measures execution time within an application environment.
  • Performance Observer Tracking - Enables asynchronous monitoring of browser performance entries using the native PerformanceObserver API.
  • React Performance Optimization - Identifies and reduces unnecessary render cycles to improve application speed.
  • React State Visualizers - Displays a live component tree showing props and state for every component in an application.
  • State Flow Visualizers - Provides interactive displays of component trees showing props and state to trace parent-child data relationships.

स्टार हिस्ट्री

open-source-labs/reactime के लिए स्टार हिस्ट्री चार्टopen-source-labs/reactime के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Reactime को शामिल करने वाली क्यूरेटेड खोजें

चुनिंदा कलेक्शन जहाँ Reactime दिखाई देता है।
  • स्टेट डीबगर्स

Reactime के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Reactime के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • zalmoxisus/redux-devtools-extensionzalmoxisus का अवतार

    zalmoxisus/redux-devtools-extension

    13,460GitHub पर देखें↗

    This project is a state management inspector and debugging tool for Redux. It provides a browser-based interface for inspecting and modifying application state and actions in real time, serving as an action logger and time travel debugger to troubleshoot application logic. The tool allows users to navigate a chronological history of state changes to replay previous versions of the application or skip specific actions. It also functions as a remote monitoring bridge, streaming Redux state and actions from non-browser environments to a centralized debugging interface. The capability surface in

    JavaScriptdebugdevtoolsextension
    GitHub पर देखें↗13,460
  • gaearon/redux-devtoolsgaearon का अवतार

    gaearon/redux-devtools

    14,355GitHub पर देखें↗

    Redux DevTools is a state management debugger and visualizer for Redux applications. It provides a set of interfaces for inspecting state trees, monitoring real-time state changes, and dispatching actions. The project features a state time travel debugger that allows for rewinding and replaying sequences of dispatched actions to reproduce specific application states. It includes a remote state monitor to track state changes from sources in environments where local browser access is unavailable. The toolset covers action history replay, state change inspection, and hot-reload development work

    TypeScript
    GitHub पर देखें↗14,355
  • reduxjs/redux-devtoolsreduxjs का अवतार

    reduxjs/redux-devtools

    14,336GitHub पर देखें↗

    Redux DevTools is a development utility designed for inspecting, monitoring, and replaying state changes within applications built using the Redux predictable state container. It functions as a JavaScript state inspector that tracks data flow and visualizes action sequences to assist in identifying logic errors during the development process. The tool provides time-travel debugging capabilities, allowing developers to navigate through recorded action sequences to isolate specific application states. By capturing state transitions as a sequential log, it enables the reproduction of past applic

    TypeScript
    GitHub पर देखें↗14,336
  • garbles/why-did-you-updategarbles का अवतार

    garbles/why-did-you-update

    4,930GitHub पर देखें↗

    why-did-you-update is a React development tool and performance profiler designed to identify unnecessary component re-renders. It functions as a render debugger that logs the specific prop and state changes triggering updates to the developer console. The utility focuses on React performance optimization by detecting wasteful update cycles. It provides diagnostic logging to highlight why a component updated, helping to reduce redundant user interface cycles. The tool covers frontend performance profiling through the use of higher-order component wrappers, state snapshot comparisons, and refe

    JavaScript
    GitHub पर देखें↗4,930
Reactime के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

open-source-labs/reactime क्या करता है?

Reactime एक ब्राउज़र एक्सटेंशन है जिसे React एप्लिकेशन्स को डीबग और प्रोफाइल करने के लिए डिज़ाइन किया गया है। यह कंपोनेंट पदानुक्रमों (hierarchies) की निगरानी, स्टेट ट्रांज़िशन को ट्रैक करने और जटिल कंपोनेंट ट्रीज़ के भीतर डेटा फ्लो का विश्लेषण करने के लिए एक विशेष इंटरफेस प्रदान करता है।

open-source-labs/reactime की मुख्य विशेषताएं क्या हैं?

open-source-labs/reactime की मुख्य विशेषताएं हैं: State Debugging Tools, Monitoring and Performance, Frontend State Tracking, React Render Debugging, Time-Travel Debuggers, State Snapshots, Component Lifecycle Hooks, Software Dependency Mapping।

open-source-labs/reactime के कुछ ओपन-सोर्स विकल्प क्या हैं?

open-source-labs/reactime के ओपन-सोर्स विकल्पों में शामिल हैं: zalmoxisus/redux-devtools-extension — This project is a state management inspector and debugging tool for Redux. It provides a browser-based interface for… gaearon/redux-devtools — Redux DevTools is a state management debugger and visualizer for Redux applications. It provides a set of interfaces… reduxjs/redux-devtools — Redux DevTools is a development utility designed for inspecting, monitoring, and replaying state changes within… garbles/why-did-you-update — why-did-you-update is a React development tool and performance profiler designed to identify unnecessary component… welldone-software/why-did-you-render — This project is a performance debugger and render profiler for React and React Native applications. It serves as a… mobxjs/mobx-state-tree — MobX State Tree is a structured, tree-based state management library for JavaScript applications that combines typed…