ReactRxStore观察者
这是的官方React绑定。
该项目目前正在开发中。
用法:
import { createStoreHooks } from 'react-rxstore-observer'
import store from './store'
const [ useStore , useDispatch ] = createStoreHooks ( store ) ;
const AwesomeComponent = ( ) => {
const name = useStore ( store => store . name )
const dispatch = useDispatch ( )
return (
< div>
Hello { name }
< button o
评论0
最新资源