Skip to content

Exercise in React to practice stateful components, propTypes, controled components, one-way-data-binding

Notifications You must be signed in to change notification settings

AgathePons/react_05_stateful_pure_component_todolist

Repository files navigation

Todolist en React

Créer une todolist avec React

todolist

Notions vues :

  • shallow copy / deep copy (copie par référence / copie par veleur)
  • PureComponent
  • immutability (immutabilité)
  • spread operator
  • createRef()