Skip to content

跟阮一峰老师的demo基本一样,不过我加了注释。

Notifications You must be signed in to change notification settings

mengfei0053/react_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React_Demo

学习阮一峰老师的React 入门实例教程时,根据老师提供的demo做了一遍练习。因为阮一峰老师的博文已经很详细了,所以demo本身没有注释。但是不免有些朋友看起来会略微吃力和不方便,所以自己在练习的时候加了一些关键性地方的注释。另外,部分地方和老师的版本有些略微的区别。

Demo目录

  • 01demo——helloworld
    • helloworld_js_version.html
    • helloworld_jsx_version.html
  • 02demo——JSX的初体验
    • jsx_experience.html
  • 03demo——JSX中的变量和数组
    • embed_arr_in_render.html
  • 04demo——React中的组件
    • React_component.html
  • 05demo——this.props.children
    • this_props_children.html
  • 06demo——PropTypes
    • PropTypes.html
  • 07demo——获取真实DOM节点
    • getTrueDOM.html
  • 08demo——this.state
    • this_state.html
  • 09demoe——表单
    • form.html
  • 10demo——组件的生命周期
    • component_life_cycle.html
  • 11demo——Ajax
    • Ajax.html
  • 12demo-将promise对象传入组件
    • Inset_promise_into.html
  • demo13--服务器端使用

About

跟阮一峰老师的demo基本一样,不过我加了注释。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published