Skip to content
forked from dunizb/CodeTest

🐷个人代码库,日常JS代码都在这里,防止电脑数据丢失。。。0.0。更新内容请关注README.md

Notifications You must be signed in to change notification settings

SuperFace/CodeTest

Repository files navigation

JavaScript CodeTest

var project = {
    name : 'CodeTest',
    desc : '个人学习、练习'
}

project.update  = {
    model : ['HTML & CSS','React/ruanyifeng','React/code']
    content : [
        {time:'2016-09-22',content:['两列布局与等高布局']},
        {time:'2016-09-22',content:[
            '1.start.html-创建第一个React Demo,一个按钮组件',
            '2.for.html',
            '3.hellomessage.html'
        ]},
        {time:'2016-09-23',content:[
            '4、组件',
            '5、this.props.children',
            '6、PropTypes',
            '7、获取真实的DOM节点',
            '8、this.state',
            '9、表单',
            '10、组件的生命周期',
            '操作样式',
            '单向数据流',
            '03组合组件'
        ]},
        {time:'201-09-24',content:[
            '事件注册',
            '组件的生命周期',
            '属性扩散',
            'react+webpack'
        ]}
    ]    
}

About

🐷个人代码库,日常JS代码都在这里,防止电脑数据丢失。。。0.0。更新内容请关注README.md

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.3%
  • CSS 12.8%
  • HTML 7.8%
  • Other 0.1%