A 2D/3D particle library built on React, Three.js and WebGL
A flexible image gallery lightbox with native-feeling touch gestures and buttery smooth animations, built with react-spring.
A simple React hook for differentiating single and double clicks on the same component.
My personal website, blog and library demo playground, built from scratch with Next.js.
What if you could automatically theme your React app with the internet's favorite color palettes? Styled-Components, a little React Context and colourlovers.com may prove a powerful combination.
Light/Dark mode via @media(prefers-color-scheme: dark), learn how to detect if you are in light mode or dark mode.
Easily reusable syntax highlighted code blocks as React components, learn to make your code blocks as attractive as you are.
Unlike your React components, the event listeners they've created don't magically disappear after their UI unmounts from the DOM. Undisposed event listeners will linger in your browser to haunt future components.
Pretty printing javascript objects as JSON is easy, but what if you wanted to print the object as it appears in your code editor? Join me to find out.