πŸ“šΒ Reference


πŸ“œ Chapter


β€£

props

One-way Data Flow (단방ν–₯ 데이터 흐름)

state


constructor() {
  super() // (1)
  this.state = { searchKeyword: "" } // (2)
}