learn-co-curriculum / container-and-stateless-components-lecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Book App

Container Components

  • Hold state
  • Access lifecycle functions (componentDidMount, componentWillMount, ...)
  • Where to define functions
  • React.Component

Stateless Component

  • Stateless
  • Do not have lifecycle functions
  • Functional and always return the same response with the same arguments.
  • No side effects
  • pure functions

About


Languages

Language:JavaScript 79.6%Language:HTML 17.9%Language:CSS 2.5%