Learn why you should use HTML static exporting from a Next.js application, HTML static export use cases, and how you can do it yourself.
Spend less time worrying about implementing data fetching logic and focus on building your app by using the Apollo Client with Next.js.
Learn how to maintain React app scroll position when users close a full-page mobile menu to improve UX by implementing a custom Hook.
Learn the common and advanced techniques to apply colors with CSS to your projects including HEX, RBG, HSL, HWB, LAB, and LCH.
WeakMap
and WeakSet
: Understanding JavaScript weak referencesLearn about weak references in JavaScript and how we can use them by utilizing the WeakMap and WeakSet objects.
Learn two ways of creating an infinite background image loop scrolling effect with some basic HTML markup and CSS.
Build a phone number form input field in React that automatically recognizes the unique country code and formats it according to that country’s standard.