react 组件创建

Posted 云の旋律

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了react 组件创建相关的知识,希望对你有一定的参考价值。

/**
 * 数据屏蔽
 * Created by 2016-12-02.
 */
import React, {Component} from ‘react‘;

export default class DataMaskingMain extends Component {
    render() {
        return (
            <div>
                开发中……
            </div>
        )
    }
}

 

以上是关于react 组件创建的主要内容,如果未能解决你的问题,请参考以下文章

react简介

react简介

React 函数组件与class组件的区别

React 函数组件与class组件的区别

已解决在react+ts中 atnd 用 upload 组件报错Failed to execute ‘readAsArrayBuffer,param 1 is notof type Blob(代码片段

已解决在react+ts中 atnd 用 upload 组件报错Failed to execute ‘readAsArrayBuffer,param 1 is notof type Blob(代码片段