Vanex

Vanex 是基于 mobx 的 React 数据流管理框架,旨在借助 mobx 提供的基础能力,帮助用户组织更大规模的 React 项目。屏蔽掉底层的技术细节,用户可以直接借助 Vanex 提供的 API 组织项目代码和结构。

两个 API

Vanex 提供两个简洁的 API:@vanexstart

import React from 'react';
import { vanex, start } from 'vanex';

const Model = {};

@vanex('Model')
class Comp extends React.Component{
}

start({
    component: Comp,
    container: '#root',
    models: {
        Model,
    }
})

从这里开始

快速开始

results matching ""

    No results matching ""