Explore >> Select a destination


You are here

aayushsahu.com
| | alexsidorenko.com
10.4 parsecs away

Travel
| | How useCallback can help you prevent unnecessary re-renders.
| | dylanpaulus.com
10.8 parsecs away

Travel
| | React does a fantastic job abstracting away the rendering of webpages. When state changes, our UI's reflect it. But, have you ever gotten done writing your application just to notice things seem off? Clicking a button displaying a popover stutters for a second, or animations don't run smoothly. With...
| | blog.webdevsimplified.com
7.5 parsecs away

Travel
| | An in depth look at every aspect of the useMemo and useCallback React hooks.
| | slides.com
76.9 parsecs away

Travel
| Today we all use Webpack (right?), but I remember a time when you had to manually copy-paste JavaScript files to create a package of libraries you could use in your frontend application. Many years have passed since then and the landscape of module bundlers evolved significantly along with the evolution of JavaScript and Node.js. In this talk, I will try to uncover some JavaScript module history and illustrate how a module bundler actually works, so that the next time you will use Webpack you will be abl...