React with Hooks API 的简单全局状态,无需上下文 API

时间:2024-06-28 08:38:44
【文件属性】:

文件名称:React with Hooks API 的简单全局状态,无需上下文 API

文件大小:277KB

文件格式:ZIP

更新时间:2024-06-28 08:38:44

Awesome React Hooks

react-hooks-global-state React with Hooks API 的简单全局状态,无需 Context API 介绍 这是一个使用 React Hooks 提供全局状态的库。 它具有以下特点。 浅层状态 getter 和 setter 的优化。 库只关心一级深度的状态对象。 TypeScript 类型定义 creator 函数创建带有推断类型的钩子。 Redux 中间件在一定程度上支持 Redux 生态系统中的一些库可以使用。 Redux DevTools Extension 可以在一个简单的场景中使用。 Concurrent Mode support (Experimental) Undocumented useGlobalStateProvider 支持没有 React Context 的 CM。 安装 npm install react-hooks-global-state 用法 setState style import React from 'react'; 从'react-hooks-global-state'导入{createGlobalStat


网友评论