书栈网 · BookStack 本次搜索耗时 0.028 秒,为您找到 10072 个相关结果.
  • Mixins

    Use Higher order components over Mixins Simple Example Detailed Example Related links: Use Higher order components over Mixins Simple Example // With Mixin var WithLin...
  • Switch开关

    Switch 开关 何时使用 代码演示 基本 受控 绑定数据源 文字 只读 API Switch 开关 开关选择器。 何时使用 需要表示开关状态/两种状态之间的切换时; 和 checkbox 的区别是,切换 switch 会直接触发状态改变,而 checkbox 一般用于状态标记,需要和提交操作配合。 代码演示 ...
  • 在 TypeScript 中使用

    在 TypeScript 中使用 安装和初始化 引入 antd 高级配置 自定义主题 其他方案 在 TypeScript 中使用 使用 create-react-app 一步步地创建一个 TypeScript 项目,并引入 antd。 antd 基于最新稳定版本的 TypeScript(>=4.0.0 ),请确保项目中使用匹配的版本...
  • Migration guide

    830 2019-12-20 《MobX with React》
    Migration guide Prerequisite: Upgrade to mobx-react 6.x What about mobx-react 5.x? Hooks to the rescue Why the hook is not exported from the package? What about mapper function?...
  • 术语表

    React 术语词汇表 单页面应用 ES6, ES2015, ES2016 等 Compiler(编译器) Bundler(打包工具) Package 管理工具 CDN JSX 元素 组件 props props.children state 生命周期方法 受控组件 vs 非受控组件 key Ref 事件 协调 R...
  • 源码的文件结构

    585 2023-04-20 《React 技术揭秘》
    顶层目录 packages目录 (opens new window) 文件夹 (opens new window) 文件夹 (opens new window) 文件夹 Renderer相关的文件夹 试验性包的文件夹 辅助包的文件夹 (opens new window) 文件夹 经过之前的学习,我们已经知道React16 的架构分...
  • Badge

    1019 2019-07-17 《reactstrap document》
    Badges Contextual variations Pills Links Badges Scale to parent import React from 'react' ; import { Badge } from 'reactstrap' ; export default ...
  • Spinners

    826 2019-07-17 《reactstrap document》
    Spinners Properties Growing Spinner Sizes Spinners import React from 'react' ; import { Spinner } from 'reactstrap' ; export default class Exam...
  • Resources

    Single-spa Examples Version: 5.x Single-spa Examples React Microfrontends (check out root-config repo first) Vue Microfrontends (check out root-config repo first) Angular Mi...
  • 控制 Demo 渲染

    3918 2020-03-14 《dumi 使用指南》
    控制 Demo 渲染 fixed 定位元素 修改背景色 不需要内边距 标题与简介 直接嵌入文档 控制 Demo 渲染 Demo 的渲染是由 dumi 内置的 Previewer 控制的,该组件暴露了一些 props ,我们可以通过 FrontMatter 来进行设置,例如: ```jsx /** * title: 标题内容 ...