随笔分类 - react
前端组件库---react的基本使用
摘要:1. 下载相关模块包 * 创建package.json ``` npm init ``` * react相关库 package-lock.json ``` npm install react react-dom --save ``` * babel相关库 ``` npm install babel-
阅读全文
摘要:7.JSX语法 1 <script type="text/babel"> 2 //定义内部标题组件 3 class Welcome extends React.Component { 4 render() { 5 return <h2>Welcome {this.props.name}!</h2>;
阅读全文

浙公网安备 33010602011771号