1 个仓库
Libraries that provide a compatible interface for a specific framework's API to enable seamless migration or alternative runtimes.
Distinct from React Development: Distinct from React Development: focuses specifically on the API compatibility layer rather than general application building.
Explore 1 awesome GitHub repository matching web development · API Compatibility Layers. Refine with filters or upvote what's useful.
Nerv 是一个同构 JavaScript 框架和虚拟 DOM 库,用于基于组件的用户界面开发。它作为一个与 React 兼容的库,保持了与 React 16 API 的兼容性。 该框架专门设计为遗留浏览器 UI 框架,提供了在旧环境(包括 Internet Explorer 8)中保持一致行为所需的内部逻辑。 其功能涵盖了通过服务器端 HTML 生成和客户端水合(hydration)实现的同构 Web 渲染。该库还包括用于拦截组件崩溃的前端错误处理,以及用于管理组件生命周期、片段组(fragment groups)和门户(portals)的系统。
Maintains compatibility with the React 16 API to allow developers to use React patterns in a different framework.