Skip to content

CodingSwallow/TodoListApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

初步总结

React基础

通过todolist的version1,主要加深了对以下几点的了解和使用

概念

JSX,state,props,根组件,父组件,子组件,无状态组件

操作

  1. 传值:父组件传递到子组件,子组件到父组件,兄弟组件
  2. 添加事件
  3. 组件生命周期的部分理解和使用

其他

ES6的箭头函数,let,const用法

Redux和React-redux

概念和API

  1. 了解了Redux的一些基本概念:store, action, reducer, 数据流,工作流程
  2. 使用了一些dispatch, getState, subscribe, provider, connect, mapStateToProps, mapDispatchToProps等

React-Router

  1. 了解了router原理和基本概念
  2. React-router的使用,主要使用了BrowserRouter,NavLink,match.params, Route

About

A simple react practice project, todo list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors