摘要: 1、工具类storage.js 2、todolist案例实现 import React from 'react'; import storage from '../modules/storage'; class Todolist1 extends React.Component{ construct 阅读全文
posted @ 2019-02-22 23:21 小白啊小白,Fighting 阅读(1669) 评论(0) 推荐(0) 编辑
摘要: 1、目录结构 2、demo实例详解 a)创建Home.js b)在App.js入口组件引入Home组件 3、属性数据绑定方式 a)知识点 b)操作案例 阅读全文
posted @ 2019-02-22 10:40 小白啊小白,Fighting 阅读(1114) 评论(0) 推荐(0) 编辑
摘要: React官网:https://reactjs.org/docs/create-a-new-react-app.html cnpm网址:http://npm.taobao.org/ 1、react介绍 2、react环境搭建 3、react简单demo创建与运行 a)方式一 b)方式二 4、npx介 阅读全文
posted @ 2019-02-22 10:19 小白啊小白,Fighting 阅读(510) 评论(0) 推荐(0) 编辑