Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.09 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.09 KB

About

Features

  • User can comment on the videos. Usually the comments are posted a little late due to poor Youtube API (though you can see your comments instantly in original YouTube)
  • Users can see their subscribed channels from their authorized email address.

Issues with API

  • While commenting, your comment/comments won't be rendered instantly. It might, but very rarely though the same comment will be rendered instantly in original YouTube post.

    Reason being →

      That depends on rest API speed which delays the rendering.
      Now you might ask me that how it instantly shows the comment in the YouTube app or website.. There are some reasons:
      1. They might be using a different rest API version
      2. YouTube use microservice that's where they manage the speed
      3. YouTube use optimistic UI (It shows the result in frontend immediately but backend request is still on)