CUBA 前端 UI
库 API 参阅
CUBA REST JS CUBA React Core CUBA React UI
GitHub Home

CUBA 前端 UI 开发手册

    • 概览
    • 开始使用
      • CLI 特性介绍
      • 选择学习路径
    • React Client
      • 开始使用 React Client
      • 然后怎么办?
      • 技术概览
      • 支持的浏览器
      • 创建 React 组件
      • MobX 处理 Observable State
      • 路由和目录
      • 表单
      • 国际化
      • 自定义主题
      • 后端模型
      • 项目模型同步
      • 安全
      • 构建客户端
      • 配置
    • React Native Client
      • 开始使用 React Native Client
      • 技术概览
      • 然后怎么办?
    • Polymer Client (Deprecated)
      • Requirements
      • Supported Browsers
      • Build System and Project Structure
      • CUBA Web Components
      • Styling
      • Offline Capabilities
      • TypeScript Support
      • Troubleshooting
    • CUBA React Core
      • AccessControl
      • AttrPermAccessControl
      • ClientSideDataCollectionStore
      • CubaAppProvider
      • DataCollectionStore
      • DataInstanceStore
      • EntityPermAccessControl
      • MainStore
      • Security
      • SpecificPermAccessControl
    • CUBA React UI
      • DataTable
      • EntityEditor
      • EntityProperty
      • FileUpload
      • FormField
      • ImagePreview
      • NestedEntitiesTableField
      • NestedEntityField
    • TypeScript SDK
    • Frontend Generator 参考
      • 命令参考
    • REST API
  • Libraries API Reference
    • CUBA REST JS
    • CUBA React Core
    • CUBA React UI
CUBA 前端 UI 开发手册 v20.1
  • CUBA 前端 UI 开发手册
    • v20.1
  • CUBA 前端 UI 开发手册
  • React Client
  • 技术概览
Edit this Page

技术概览

React client 基于下面的框架和库开发:

  • React - UI 渲染

  • MobX - 响应式状态管理

  • Ant Design - UI 组件

  • React Router - 路由

  • CUBA React Core - CUBA React core 组件和工具

  • CUBA React UI - CUBA React UI 组件和工具

  • CUBA REST JS - 与 СUBA 通用 REST API 交互

  • Create React App - 构建脚本及配置

React client 使用 TypeScript 开发。

This page was built using the Antora default UI.

The source code for this UI is licensed under the terms of the MPL-2.0 license.