Quick Wins!
Level up your software developer skills in bite sized chunks!
Carousel / Slider in 2 lines of CSS
Instead of writing a bunch of JS just to slide some images around write these 2 lines of CSS and you're golden!#css
useCallback
Are you sure you know when React useCallback works the way you think it does?#react#javascript#docs
React.useDeferredValue
Did you know that React has a build in debounce hook? 😱#javascript#react#docs