5 مستودعات
Tools for tracking the specific props and state changes that trigger component updates.
Distinct from Rendering Debugging: Candidates focus on non-DOM renderers or CSS layout debugging, not state/prop change tracking.
Explore 5 awesome GitHub repositories matching development tools & productivity · React Render Debugging. Refine with filters or upvote what's useful.
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
Tracks the specific props and state changes that trigger a component to update during development.
React DevTools is a set of web browser developer tools integrated into Chrome and Firefox. It functions as a component inspector and UI debugger designed to visualize the component hierarchy and analyze the runtime behavior of React applications. The project includes a performance profiler used to detect unnecessary component re-renders and improve rendering efficiency. It also provides utilities for mapping virtual component trees to the physical DOM and linking rendered UI elements directly to their corresponding source code files and line numbers. The toolset covers component hierarchy vi
Provides tools for locating source code and mapping virtual components to their rendered DOM elements.
This project is a technical breakdown and implementation of a user interface framework's internal architecture, focusing specifically on the mechanics of the virtual DOM, reconciliation, and component lifecycles. It serves as a resource for understanding how a core logic layer manages the transition from high-level component descriptions to physical browser elements. The project distinguishes itself by providing detailed visualizations, including flowcharts and block schemes, to map the reconciliation process and code execution paths. It explores how a platform-agnostic core can be adapted fo
Provides a technical breakdown to trace the props and state changes that trigger component updates.
why-did-you-update هي أداة تطوير React ومحلل أداء مصمم لتحديد عمليات إعادة العرض غير الضرورية للمكونات. تعمل كمصحح أخطاء للعرض يقوم بتسجيل تغييرات الخصائص (props) والحالة (state) المحددة التي تؤدي إلى تحديثات في وحدة تحكم المطور. تركز الأداة على تحسين أداء React من خلال اكتشاف دورات التحديث المهدرة. توفر تسجيلًا تشخيصيًا لتسليط الضوء على سبب تحديث المكون، مما يساعد في تقليل دورات واجهة المستخدم الزائدة. تغطي الأداة تحليل أداء الواجهة الأمامية من خلال استخدام أغلفة المكونات ذات الرتبة العليا، ومقارنات لقطات الحالة، والتحقق من المساواة القائم على المرجع لتحديد ما إذا كان العرض ضروريًا.
Tracks the specific props and state changes that trigger React component updates via console logging.
Reactime هو إضافة متصفح مصممة لتصحيح أخطاء وتحليل أداء تطبيقات React. يوفر واجهة متخصصة لمراقبة تسلسلات هرمية للمكونات، وتتبع انتقالات الحالة، وتحليل تدفق البيانات داخل أشجار المكونات المعقدة. تتميز الأداة بقدرات تصحيح الأخطاء عبر الزمن (time-travel debugging)، والتي تسمح للمطورين بالتقاط وإعادة تشغيل لقطات الحالة لعزل أخطاء المنطق. كما تتميز برسام خرائط تبعيات (dependency graph mapper) يقوم بتصور العلاقات بين المزودين والمستهلكين، مما يوضح كيفية توزيع المعلومات في جميع أنحاء التطبيق. بعيداً عن تصحيح الأخطاء الأساسي، يتضمن المشروع أدوات مراقبة الأداء التي تقيس فترات وتكرارات العرض (render) لتحديد الاختناقات. كما يدعم سير العمل التعاوني من خلال تمكين تصدير واستيراد ملفات سجل الحالة، مما يسمح للفرق بمشاركة وتحليل حالات تطبيق محددة عبر جلسات مختلفة.
Tracks the specific props and state changes that trigger component updates.