# reactDemos **Repository Path**: budinger/reactdemos ## Basic Information - **Project Name**: reactDemos - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-05-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #reactDemos ## 安装方法 命令行输入,安装依赖 ``` npm install ``` 执行命令 ``` webpack --watch --colors 或者 webpack-dev-server ``` ### demo1 初始化案例 ### demo2 组件的概念和基本使用 ### demo3 组件的嵌套 ### demo4 组件---JSX的内置表达式 ### demo5 组件---生命周期componentWillMount,componentDidMount 等 ### demo6 属性与事件: state 属性 ### demo7 属性与事件: props 属性 ### demo8 事件 与数据的双向绑定 ### demo9 可复用组件 ### demo10 组件的Refs ### demo11 独立组件之间共享Mixins 需要安装react-mixins ### demo12 react 样式 和 css表达式