react context sensitive:一个使用React Context API为您的应用程序提供响应上下文的包 源码
React上下文响应 使用React Context API为您的应用程序提供响应上下文的软件包。 它具有相同的 API,并且可以轻松互换。 安装 $ yarn add @farfetch/react-context-responsive $ npm i @farfetch/react-context-responsive ...并将其包含在您的项目中 import { ResponsiveProvider , useResponsive } from '@farfetch/react-context-responsive' ; 指导方针 提供者使用 理想情况下,该应用程序应该只有一个
用户评论