Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 788 Bytes

README.md

File metadata and controls

18 lines (17 loc) · 788 Bytes

AdvancedReactConcepts

Simple project I used from a follow along tut to learn React advanced concepts, which include;

  • Working with Asynchronous Api
  • Context Api and Hogher order functions
  • Subscribing to state
  • Performance optimization and,
  • Production Deployment best practices

running it locally

To run it locally run the followong commands

running it locally

  • To run tests yarn test and to see coverage yarn coverage - Jest is used for testing