Hoh Shen Yien
Shen's Developer Diary

Shen's Developer Diary

Follow
homeNext.jsLeetcodeExperienceLife
Tag

React

#reactjs

More content

Read more stories on Hashnode


Articles with this tag

Using Mantine with Tailwind

Aug 25, 202310 min read

Wondering how to use Tailwind classes in Mantine components? This is the article you need. · Check out my next-power-starter to quickly get started with...

Using Mantine with Tailwind

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

The Next.js 13 App Directory and Server Components: What You Need to Know

May 13, 202310 min read

Next.js is now recommending the use of App Router by default together with the use of Server Component. Are you ready to embrace the change? · Next.js...

The Next.js 13 App Directory and Server Components: What You Need to Know

Insta-Next: Sweatless React State Management with Zustand

Apr 24, 20237 min read

React State Management made simple using Zustand and say bye to Redux · Are you still using Redux for your state management? If you're like me, you...

Insta-Next: Sweatless React State Management with Zustand

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