Code Snippets

These are a collection of code snippets I've used in the past and saved. Some are npm packages, which include set up instructions. Others are anything from random CSS snippets to Node.js scripts.

SWR React Hooks for Data Fetching

SWR React Hooks for Data Fetching

With SWR, components will get a stream of data updates constantly and automatically. And the UI will be always fast and reactive.

Implementing Drag and Drop in a React App?

Implementing Drag and Drop in a React App?

To implement drag and drop in a React functional component using the react-beautiful-dnd library.

Custom React Hook - useLocalStorage

Custom React Hook - useLocalStorage

A neat custom React Hook that shows how to use local storage in React to store state.

JavaScript Coding Snippets

JavaScript Coding Snippets

20 Simple JavaScript Coding Snippets You Should Know

NextAuth.js

NextAuth.js

How to add authentication to a Next.js app.

Formik with Yup

Formik with Yup

How to create a newsletter signup form with React and Formik


  • Home
  • About
  • Newsletter
  • Twitter
  • Github
  • YouTube
  • Setup
  • Guestbook
  • Snippets