react-side-context:使用React的基于订阅的上下文进行实验

时间:2024-06-13 10:49:10
【文件属性】:

文件名称:react-side-context:使用React的基于订阅的上下文进行实验

文件大小:9KB

文件格式:ZIP

更新时间:2024-06-13 10:49:10

JavaScript

React方上下文 使用React的基于订阅的上下文进行实验。 运行npm start以在localhost:8080处启动示例服务器。 用法 从: import createContext from 'react-side-context' ; const { broadcasts , observes } = createContext ( 'app' ) ; @ broadcasts ( [ 'lang' ] ) class LangBroadcaster extends React . Component { constructor ( props , context ) { super ( props , context ) ; this . state = { lang : 'en' , } ; // Replaces in


【文件预览】:
react-side-context-master
----webpack.examples.config.js(335B)
----src()
--------Context.js(1KB)
--------index.js(3KB)
----.npmignore(41B)
----examples()
--------withContext-shouldBroadcast.js(1KB)
--------shouldBroadcast.js(2KB)
--------broadcast.js(1KB)
--------overwrite.js(1KB)
--------withContext.js(842B)
--------wormhole.js(940B)
--------lang.js(1005B)
----README.md(1KB)
----.gitignore(44B)
----package.json(859B)

网友评论