2 个仓库
Implementations that mirror another framework's API to allow shared ecosystem interoperability.
Distinct from React Frameworks: Distinct from React Frameworks: focuses on mirroring the API for compatibility rather than being a full-stack framework built on React.
Explore 2 awesome GitHub repositories matching web development · API Compatibility Layers. Refine with filters or upvote what's useful.
Preact is a declarative UI library and a lightweight alternative to React for building user interfaces. It utilizes a component-based architecture and a virtual DOM to sync application state to the browser interface efficiently. The framework implements a modern React API and provides a compatibility layer to ensure existing component libraries and patterns can run within its environment. It also functions as a server-side rendering engine, generating HTML on the server and hydrating it on the client to optimize page load speeds. Additional capabilities include virtual DOM state management t
Implements the modern React API to ensure compatibility with existing component libraries and development patterns.
Inferno is a virtual DOM UI library and high-performance DOM renderer used for building component-based user interfaces. It functions as a server-side rendering engine and a client-side framework that synchronizes application state with the visual interface through a declarative structure. The project distinguishes itself as a React-compatible UI framework, providing a compatibility layer that allows components designed for other reactive environments to run without modification. Its capability surface covers virtual DOM management, including node diffing and reconciliation, and a full serve
Provides a compatibility layer that mirrors the React API to run components designed for other reactive environments.