blog icon indicating copy to clipboard operation
blog copied to clipboard

Results 1 blog issues
Sort by recently updated
recently updated
newest added

# 学习指南 1. react * 掌握react语法和核心概念:jsx、props、state、context、virtual DOM、Diff算法 * 使用create-react-app学习react * 构建无状态化组件 * 理解react生命周期 2. flux——一种应用处理的数据的模式 * 理解flux单项数据流的思想,flux流程图 * 核心概念action,reducer,dispatcher,view 3. redux——flux思想的实现 * 理解redux设计思想,redux流程图 * 核心概念action creators,reducers,store * 如何与react绑定 * immutableJS...