React Custom Hook: useClipboard
The useClipboard hook simplifies the process of integrating copy-to-clipboard functionality into your React applications, leveraging the modern Clipboard API.
The useClipboard hook simplifies the process of integrating copy-to-clipboard functionality into your React applications, leveraging the modern Clipboard API.
The useDidMountEffect hook in React allows handling side effects after the initial render conveniently.
The usePrevious hook is a custom React hook that allows you to access the previous value of a state or prop.
At Usermaven, I built a seamless way to track users across domains without extra implementation work. Read on to learn how I designed and implemented it.
Lazy load fonts in Next.js by building a custom web component with TypeScript. Conditional font loading optimizes performance.
Using Python and Pillow, I've automated the creation of font previews to simplify selection.
Challenge assumptions, disrupt routines, and stimulate creativity using the B.R.A.I.N. framework.
Switching from pixels to relative CSS units like rems improves accessibility, responsiveness, and maintenance of sites over time.