Published onJuly 31, 2023Client-Side Authentication in Next.js using Cookiesnextjsreactauthenticationreact-queryA step-by-step guide to managing client-side authentication with cookies from the client-side in Next.js
Published onApril 12, 2023Insta-Next: Likes and Followersnextjsreact-queryreactmantine-uiWe will implement the core parts of Instagram in this part: the likes and followers logic using POST requests
Published onApril 8, 2023Insta-Next: Creating Posts and Stories with POST Requestsnextjsreact-queryzodreactWe will finally look into making POST requests in Next.js to create posts and stories with validation using Zod
Published onApril 4, 2023Insta-Next: Exploring APIs with React Queriesnextjsreactprismareact-queryapiLet's start building the backend APIs using Next.js and use React Queries to fetch them!