3 مستودعات
Utilities for inspecting, debugging, and profiling application state.
Distinguishing note: Focuses on visual inspection tools for component hierarchies.
Explore 3 awesome GitHub repositories matching development tools & productivity · Developer Tools. Refine with filters or upvote what's useful.
This project is a comprehensive educational knowledge base designed to support developers in mastering React and its surrounding ecosystem. It serves as a technical interview resource, providing a structured collection of questions and answers that cover core concepts, architectural patterns, and common development challenges. The repository distinguishes itself by offering detailed explanations of fundamental React principles, including component-based composition, the declarative UI paradigm, and state-driven data flow. It provides clarity on complex topics such as the Fiber reconciliation
Describes tools for inspecting component props and state.
GraalVM is a polyglot virtual machine and high-performance runtime designed to execute multiple programming languages within a single environment. It functions as a JVM language toolkit for building language implementations, a native image compiler for transforming bytecode into standalone binaries, and an execution environment for LLVM bitcode and WebAssembly modules. The project is distinguished by its polyglot interoperability framework, which allows different languages to share data and execution state with low overhead. It utilizes self-modifying abstract syntax trees to optimize languag
Enables the creation of debuggers and profilers that work across different languages via a shared abstract syntax tree.
Wry هي مكتبة Rust لتضمين والتحكم في webviews النظام الأصلية داخل تطبيقات سطح المكتب عبر أنظمة تشغيل متعددة. تعمل كغلاف webview أصلي وعارض عبر الأنظمة الأساسية يستخدم محرك المتصفح الافتراضي لنظام التشغيل المضيف لعرض محتوى الويب. يوفر المشروع طبقة اتصال لتنفيذ JavaScript داخل webview واستقبال النتائج المتسلسلة مرة أخرى في Rust. يسمح بتنفيذ بروتوكولات مخصصة لتعيين مخططات URL لمعالجات داخلية، مما يتيح تحميل الأصول المحلية واعتراض طلبات الشبكة دون خادم. تغطي المكتبة إدارة النوافذ الأصلية وعرض واجهة المستخدم، بما في ذلك القدرة على تضمين webviews فرعية وتخصيص إعدادات المظهر. تتضمن إمكانيات لاعتراض التنقل، وإدارة ملفات تعريف الارتباط والجلسات، وتنشيط أدوات مطوري المتصفح الأصلية لتصحيح الأخطاء. تكشف Wry عن مقابض النوافذ الأصلية وتوفر واجهة دالة خارجية للإضافات الخاصة بالمنصة.
Enables the activation of native browser inspection and debugging tools within the rendered view.