绑定 React 与 Mobx Mobx-React

码农软件 · 软件分类 · React 开源项目 · 2019-04-28 07:14:36

软件介绍

为了将React与Mobx结合起来的一个React组件包,export出一个observer声明和一些开发的工具。这个组件包支持React和React-Native。

安装使用:

npm install mobx-react --save

或者使用cdn:https://unpkg.com/mobx-react (namespace: mobxReact)

import {observer} from 'mobx-react';
// - or -
import {observer} from 'mobx-react/native';
// - or, for custom renderers without DOM: -
import {observer} from 'mobx-react/custom';

这个组件提供了为React和Mobx的绑定,详细请参阅官方文档

本文地址:https://codercto.com/soft/d/4545.html

Code Reading

Code Reading

Diomidis Spinellis / Addison-Wesley Professional / 2003-06-06 / USD 64.99

This book is a unique and essential reference that focuses upon the reading and comprehension of existing software code. While code reading is an important task faced by the vast majority of students,......一起来看看 《Code Reading》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具