In the first half, we implemented advanced features in Youtube Clone app like searching, how to improve app performance using debouncing, caching and Integration. Second half, we understood how to implement nested comments features.
While creating youtube clone
covered:
Higher Order Component
- How
search
works?debouncing with 140ms
as per youtube (to improve performance)caching
using redux store
- Created
N-level nested comment
(using recursion)
- Write a High Order Component to modify the VideoCard
- Use youtube search API to build search bar
- Use debouncing to optimise the network calls
- Use Caching to optimise the search
- Build Nested Comments in the watch page
Project | Tech Stack | Source Code |
---|---|---|
Youtube Clone | React |
- BigBucket - YouTube app - https://bitbucket.org/namastedev/my-youtube/src/master/