Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 296 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 296 Bytes

While building this React App I learned:

  • to set up the basic development environment with create-react-app
  • the use of tachyons classes for quick styling
  • concept of one way data flow
  • managing props and state
  • lifecycle hooks
  • fetch user data from JSONPlaceholder API
  • error boundaries