@0xIlyy yea man β¦ i watched a similar video by @ColorCodeio
https://t.co/kA4mfu3hsp
gave way to understand asynchronous jobs and event loop for js and python
now i always think of async/await when writing code and in turn itβs performing better
At Frame, we frequently make use of a `useHoverIntent` hook that fires a callback when it seems likely the user will click an element. This lets us preload, but less aggressively than on mouse-enter.
This vid shows the time between intent being detected, and the click occurring
Anonymous Functions: Why do they matter? (Part 4 of 7 Benefits of First-Class Functions in JavaScript)
https://t.co/bDFV5UAAMS
#code#js#javascript#Tutorial
Why return functions from other functions? (Part 3 of 7 Benefits of First-Class Functions in JavaScript)
https://t.co/GF34W9pyxn
#code#js#JavaScript#tutorial