> front-end

Error Boundaries

Created by: Kitman Yiu

Updated at: 1 day ago

  • Definition: Properties to pass data from parent components to child components
  • Benefits: Predictability and Readability(Read only)
  • Examples: function Comp(props) { const {abc} = props; }