flux-commons-store-watch-mixin:Mixin 用于向商店注册 React 组件

时间:2024-07-13 19:43:15
【文件属性】:

文件名称:flux-commons-store-watch-mixin:Mixin 用于向商店注册 React 组件

文件大小:3KB

文件格式:ZIP

更新时间:2024-07-13 19:43:15

JavaScript

Flux Commons Store Watch Mixin 简单的 mixin 用于自动注册/取消注册一个组件到商店的更改事件。 用法 var StoreWatchMixin = require ( './mixins/store_watch_mixin' ) ; var MyStore = require ( './my_store' ) ; var Component = React . createClass ( { mixins : [ StoreWatchMixin ( MyStore ) ] , render : function ( ) { ... } } ) 默认情况下,将假定您的商店具有addChangeListener removeChangeListener方法和您的组件onStoreChange方法。 如果您不喜欢默认值,您可以通过发送一个选项对象作


【文件预览】:
flux-commons-store-watch-mixin-master
----LICENSE(1KB)
----README.md(904B)
----dist()
--------store_watch_mixin.js(917B)
----.gitignore(587B)
----package.json(732B)

网友评论