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 库,用于在跨多个操作系统的桌面应用程序中嵌入和控制原生系统 Webview。它作为原生 Webview 包装器和跨平台渲染器,利用宿主操作系统的默认浏览器引擎来显示 Web 内容。 该项目提供了一个通信层,用于在 Webview 中执行 JavaScript 并将序列化结果返回给 Rust。它允许实现自定义协议以将 URL 方案映射到内部处理程序,从而能够在没有服务器的情况下加载本地资源并拦截网络请求。 该库涵盖了原生窗口管理和 UI 渲染,包括嵌套子 Webview 和自定义外观设置的能力。它包括用于导航拦截、Cookie 和会话管理以及激活原生浏览器开发工具进行调试的功能。 Wry 暴露了原生窗口句柄,并为特定于平台的扩展提供了外部函数接口。
Enables the activation of native browser inspection and debugging tools within the rendered view.