Fetching Data in Next.js: Fetch vs. Axios vs. TanStack Query

Fetching Data in Next.js: Fetch vs. Axios vs. TanStack Query

February 14, 2025

4 min read

Fetching data is essential in Next.js apps, and there are multiple ways to do it. In this post, we’ll compare Fetch, Axios, and TanStack Query.

When and Why to Use React Hooks useCallback and useMemo

When and Why to Use React Hooks useCallback and useMemo

February 21, 2025

5 min read

React hooks useCallback and useMemo can improve performance of your app, but using them incorrectly can lead to complexity without benefits.

Privacy Policy

© 2025 Gavin Grant Consulting