Linked List in React JS - Real World Application in Frontend 🔥

RoadsideCoder October 22, 2023
Video Thumbnail
RoadsideCoder Logo

RoadsideCoder

View Channel

About

Interview Preparation, Web Development and Competitive Programming / Coding Tutorials.

Video Description

#javascriptinterviewquestions #datastructures #ReactInterview In this video, we will see a real application of LinkedList in Frontend by designing a LRU Cache and then go on to use it in our React JS App to do Dynamic Content Loading. This is the most Entertaining and Knowledge Packed Data Structures and Algorithms in Javascript Interview Course on Youtube ! ➡️ Download my DSA with JS E-Book - https://topmate.io/roadsidecoder/491565 🟪 Follow me on Instagram and u will clear your interview 🤓 - https://www.instagram.com/roadsidecoder/ ➡️ Source Code - https://github.com/piyush-eon/dsa-with-javascript-course/tree/master/%239%20-%20Linked%20List 🔴 Complete Data Structures and Algorithms with JS Course - https://www.youtube.com/playlist?list=PLKhlp2qtUcSZtJefDThsXcsAbRBCSTgW4 🔗 LinkedList Video - https://www.youtube.com/watch?v=TjeTc1f3ebY&list=PLKhlp2qtUcSZtJefDThsXcsAbRBCSTgW4&index=16 🔗 Javascript Interview Playlist - https://www.youtube.com/watch?v=oUWRxJ19gfE&list=PLKhlp2qtUcSaCVJEt4ogEFs6I41pNnMU5&index=1 🔗 Frontend Coding Interview Series - https://www.youtube.com/playlist?list=PLKhlp2qtUcSYQojD5G-ElgHezoCyq2Hgo 🔗 Cars24 Interview Experience - https://www.youtube.com/watch?v=vxggZffOqek&list=PLKhlp2qtUcSb_WQZC3sq9Vw3NC4DbreUL&index=2 🔗 Unacademy Interview Experience - https://www.youtube.com/watch?v=abbdJ4Yfm54 🔗 Tazorpay Interview Experience - https://www.youtube.com/watch?v=q-ylRxSxGcY 🔗 MERN Stack Tutorial with Redux - https://www.youtube.com/watch?v=IQXjO0t4XRM&list=PLKhlp2qtUcSYC7EffnHzD-Ws2xG-j3aYo 🔗 React Beginner's Project Tutorials - https://www.youtube.com/playlist?list=PLKhlp2qtUcSa_rX7glmB7HyFsEOEQa0Uk ------------------------------------------------------------------------- 00:00 Intro 00:24 What is LRU Cache? 04:42 Download my DSA with JS Book 05:04 Setup a new React JS App 05:09 Dynamic Content Loader without LRU Cache 10:07 LRU Cache Implementation 11:05 put() in LRU Cache 13:54 addToFront() in LRU cache 15:23 moveToFront() in LRU cache 18:59 removeLast() in LRU cache 21:20 get() from LRU cache 22:07 Custom Hook for our LRU Cache 23:48 Using LRU Cache in Dynamic Content Loader 28:12 Other Examples of Linked List in Real World 28:49 Using Doubly Linked List ------------------------------------------------------------------------- Special Thanks to our members -

You May Also Like