Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 420 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 420 Bytes

YouTube-Clone

A project where I will be building YouTube from scratch with the help of create-react-app (React). Developing YouTube definitely helps to Implement complex and exciting concept of React.

...

Debouncing:

  • typing slow = 200ms
  • typing fast= 30ms

Perfomance:

  • iphone pro max = 14 letter * 1000 = 14000
  • with deboucings = 3 API calls * 1000 = 3000

features like authorization and sign in