Documenting my learning journey of Namaste React Live Course conducted by Akshay Saini
Component UI Hierarchy
App Header Body SideBar MainContainer CategoriesButtonContainer CategoryButton VideosListContainer VideoCard VideoPageContainer VideoContainer VideoStream VideoDescription VideoComments CategoriesButtonContainer CategoryButton VideosListContainer VideoCard
-
Search for a keyword
-
Fetch list of videos that matches the keywords
-
Display the list of videos
-
Implement debouncing to fetch an API only when there is a delay of 200ms while typing
-
Implement Caching of searched results
-
Implement nested comments feature in Video Watch Page under comments section.
All the above fetaured are generic and important which can be used in almost every application.