Hoh Shen Yien
Shen's Developer Diary

Shen's Developer Diary

Follow
homeNext.jsLeetcodeExperienceLife
Tag

react-query

#react-query

More content

Read more stories on Hashnode


Articles with this tag

Client-Side Authentication in Next.js using Cookies

Jul 31, 202317 min read

A step-by-step guide to managing client-side authentication with cookies from the client-side in Next.js · It's always been a hassle to manage...

Client-Side Authentication in Next.js using Cookies

Insta-Next: Likes and Followers

Apr 11, 202319 min read

We will implement the core parts of Instagram in this part: the likes and followers logic using POST requests · In this part, you will get to build the...

Insta-Next: Likes and Followers

Insta-Next: Creating Posts and Stories with POST Requests

Apr 8, 202319 min read

We will finally look into making POST requests in Next.js to create posts and stories with validation using Zod · In this part, we will start to add...

Insta-Next: Creating Posts and Stories with POST Requests

Insta-Next: Exploring APIs with React Queries

Apr 6, 20239 min read

Let's start building the backend APIs using Next.js and use React Queries to fetch them! · In this part, we are going to first look into writing our...

Insta-Next: Exploring APIs with React Queries