connect-react-context:像react-redux一样,将react上下文连接到props。 支持打字稿

时间:2024-05-27 18:00:29
【文件属性】:

文件名称:connect-react-context:像react-redux一样,将react上下文连接到props。 支持打字稿

文件大小:4KB

文件格式:ZIP

更新时间:2024-05-27 18:00:29

TypeScript

连接React上下文 像react-redux一样,将react上下文连接到props。 支持打字稿。 用法 import * as React from 'react' ; import { connectContext } from 'connect-react-context' ; import { joinContext , ContextValues } from 'join-react-context' ; const helloContext = React . createContext ( 'hello' ) ; const worldContext = React . createContext ( 'world' ) ; type Contexts = [ typeof helloContext , typeof worldContext ] ; const { Pr


【文件预览】:
connect-react-context-master
----.gitignore(20B)
----tsconfig.json(362B)
----README.md(1006B)
----package.json(777B)
----src()
--------index.tsx(2KB)
----.npmignore(42B)
----package-lock.json(4KB)

网友评论