Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 468 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 468 Bytes

Description

This is a basic app for displaying a list of random robots and giving the possibility of searching a robot by name.

React features

  • Class components
  • Functional components
  • Components nesting
  • Props and State
  • Event handling
  • Component lifecycle methods:
    • constructor()
    • render()
    • componentDidMount()
    • componentDidCatch()
  • Built-in ES6 functions:
    • fetch()
    • map() and filter()