The Blog

Thoughts, mental models, and tutorials about front-end development.

Shift S
December 17, 2024Recently released

List Animation using Motion for React

An in-depth guide on how to animate enter and exit animation for list using Motion for React (previously Framer Motion).

6 min read
7,992 views views
reactanimation
March 03, 2024

Advanced React Patterns

List of react advanced patterns complete with examples.

10 min read
8,996 views views
nextjsreact
January 15, 2024

Understanding Tailwind CSS JIT

Deep dive into how Tailwind CSS Just-in-Time engine works and how it improves performance.

8 min read
5,432 views views
tailwindcsscss
November 20, 2023

Getting Started with Next.js App Router

A comprehensive guide to transitioning from Pages Router to App Router in Next.js.

12 min read
12,105 views views
nextjsreacttypescript
September 10, 2023

Mastering TypeScript Generics

Learn how to write reusable and type-safe code using TypeScript Generics.

15 min read
9,240 views views
typescript