awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

Awesome GitHub RepositoriesNative DOM Access

Capabilities for interacting directly with native browser DOM elements within a reactive framework.

Distinct from JavaScript Library Integrations: Distinct from JavaScript Library Integrations: focuses on direct DOM node access for external library compatibility, not just importing packages.

Explore 3 awesome GitHub repositories matching web development · Native DOM Access. Refine with filters or upvote what's useful.

Awesome Native DOM Access GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • ryansolid/solidryansolid 的头像

    ryansolid/solid

    35,623在 GitHub 上查看↗

    Solid is a reactive UI library and isomorphic JavaScript framework used for building component-based user interfaces. It functions as a declarative component library and state management system that updates the DOM without using a virtual DOM. The framework utilizes fine-grained reactivity and proxy-based state management to track dependencies and trigger precise updates to specific text or attributes. It supports isomorphic rendering through streaming server-side rendering and progressive hydration, allowing content to be generated on both the server and the client. The system covers declar

    Provides direct DOM access to ensure seamless integration with native JavaScript libraries and custom web components.

    TypeScript
    在 GitHub 上查看↗35,623
  • krasimir/react-in-patternskrasimir 的头像

    krasimir/react-in-patterns

    13,578在 GitHub 上查看↗

    This project is a comprehensive guide to architectural patterns and design techniques for building modular user interfaces with React. It focuses on structuring component hierarchies, implementing state management patterns, and decoupling services to ensure applications remain maintainable and scalable. The collection emphasizes strategies for dependency injection and the separation of business logic from presentation layers. It provides detailed approaches for utilizing containers, higher-order components, and module registries to isolate external services and third-party libraries from the

    Provides techniques for initializing non-native libraries on mounted DOM nodes and preventing conflicting re-renders.

    JavaScriptdata-flowdependencyinjection
    在 GitHub 上查看↗13,578
  • fabiospampinato/cashfabiospampinato 的头像

    fabiospampinato/cash

    7,041在 GitHub 上查看↗

    Cash is a lightweight DOM manipulation library and HTML element wrapper designed as an alternative to jQuery for selecting and modifying elements in modern browsers. It functions as a modular DOM framework and JavaScript utility library, providing a system to wrap DOM nodes into actionable collections for batch processing. The project is built with a modular design that supports tree-shaking, allowing build tools to exclude unused methods to minimize the final bundle size. It provides mechanisms for extending the core functionality and collection prototypes to implement reusable plugins and c

    Allows retrieval of specific elements by index or as a standard array of native DOM nodes.

    JavaScriptcashdomjavascript
    在 GitHub 上查看↗7,041
  1. Home
  2. Web Development
  3. JavaScript Library Integrations
  4. Native DOM Access