书栈网 · BookStack 本次搜索耗时 0.025 秒,为您找到 10006 个相关结果.
  • 测试概览

    Testing Overview Tradeoffs Recommended Tools Learn More Testing Overview You can test React components similar to testing other JavaScript code. There are a few ways to tes...
  • JSX

    JSX Basic usage The as operator Type Checking Intrinsic elements Value-based elements Function Component Class Component Attribute type checking Children Type Checking T...
  • 生态系统

    2522 2018-02-14 《Redux 中文文档》
    生态系统 学习 Redux 演示 示例应用 教程与文章 演讲 使用 Redux 不同框架绑定 中间件 路由 组件 增强器(Enhancer) 工具集 开发者工具 开发者工具监听器 社区公约 翻译 更多 生态系统 Redux 是一个体小精悍的库,但它相关的内容和 API 都是精挑细选的,足以衍生出丰富的工具集和可扩展的...
  • 2.5. (@)observer

    811 2019-11-25 《MobX 3 中文文档》
    @observer 陷阱: 组件中的间接引用值 ES5 支持 无状态函数组件 可观察的局部组件状态 使用 inject 将组件连接到提供的 stores 何时使用 observer ? observer 和 PureComponent componentWillReact (生命周期钩子) 优化组件 MobX-React-DevTo...
  • Test Utilities

    877 2018-04-18 《React中文文档》
    Test Utilities Simulate renderIntoDocument mockComponent isElement isElementOfType isDOMComponent isCompositeComponent isCompositeComponentWithType findAllInRenderedTree s...
  • 静态类型检查

    静态类型检查 Flow 在项目中添加 Flow 从编译后的代码中去除 Flow 语法 Create React App Babel 其他构建工具设置 运行 Flow 添加 Flow 类型注释 TypeScript 在 Create React App 中使用 TypeScript 添加 TypeScript 到现有项目中 配置 TypeS...
  • 使用原生组件

    使用原生组件 使用原生组件 react-native-device-info 这个项目支持了大部分常见的原生信息获取的能力,所以我们不再自己全新开发而是直接选择它来实现我们获取版本号的能力。 npm安装 npm install -- save react - native - device - info Podfile中添加该组...
  • 4.4 Defining Node Attributes/Props

    Defining Node Attributes/Props Notes Defining Node Attributes/Props The second argument that is passed to React.createElement(type, props, children) is an object containing n...
  • 渲染示例

    3933 2020-03-14 《dumi 使用指南》
    文档示例 Demo 嵌入 外部 Demo TS 转 JS 一级标题 二级标题 三级标题 四级标题 五级标题 六级标题 水平线 强调样式 引用 列表 代码 表格 超链接 文档示例 此页面列举了 dumi 渲染各项 Markdown 样式以及 Demo 的效果。 Demo 嵌入 import React ...
  • LinkButton

    LinkButton variable LinkButton variable LinkButton variable LinkButton variable Signature LinkButton : React . ForwardRefExoticComponent < CommonProps & React . Button...