摘要:
react 第三次课 props 属性state 状态 是可以被改变的(私有的,不可以通过外部访问和修改,在组件内部修改,导致组件会重新render) 感觉挺简单的 props 属性(传参 取值 父传给子) state 状态 class HelloMessage extends React.Comp 阅读全文
摘要:
react 第二次课 jsx--变量jsx--functioncomponent component 组件 写法 1.class2.自定义组件 1.class //继承 class HelloMessage extends React.Component{//组件 render(){ return 阅读全文
摘要:
00::55:00 开始 react 第一次 view 负责UI组件 MVVM 双向绑定要自己来写 路由/单页面应用/ 公司:Facebook JSX 1.npm init2.npm install react react-dom babel-standalone -S react/react-do 阅读全文