Back to Browse

Make Frontend FAST Again

216 views
Mar 14, 2024
3:21

Hi all, in this tutorial we will dive deep into some scenarios encountered by Junior developers while developing frontends and how the inappropriate use of data structures makes the app laggy and less performant. We will see how the use of objects and sets in JavaScript can speed up our code. Code: https://github.com/usmanabdurrehman/React-tutorials/tree/FrontendOptimization You can follow me on: https://www.instagram.com/usmanabdurrehman97/ https://twitter.com/usmanselen 00:00 Intro 00:09 Using Objects instead of Array.find 01:52 Using Set instead of Array.find 03:08 Outro

Download

1 formats

Video Formats

360pmp45.5 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Make Frontend FAST Again | NatokHD