HomeProjectsSnippets

Snippets ✏️

Collection of code snippets that I have used in the past, some written by other devs.

Search Debounce

Debounce is used so the search input won't fire useEffect each changes.

Absolute Import

Setting up Absolute Imports with jsconfig (works with Create React App and Nextjs).

Netflix's Loading Skeleton

Stagger children animations using Framer Motion

Usage of date-fns

Examples of frequently used date-fns functions

Sticky Navigation

Navigation Bar with position sticky, and will show shadow if not on top.

Framer Motion layoutId

Animate between components using framer motion's layoutId

Prisma Client

Initialize prisma client using typescript.

useCopyToClipboard Hook

React hook with copy to clipboard functionality written in typescript.

Grid Template Columns

Resize your columns in a responsive way with grid template columns.

Infinite Scroll

Implement infinite scrolling using SWR's useSWRInfinite

SWR API Options

API options provided by the SWR team.

Built with Next.js, MDX, Tailwind and Vercel