Tag: Beginner Developers
All the articles with the tag "Beginner Developers".
How to Test Custom Hooks with React Testing Library and Jest
Updated: at 10:08 AMLearn how to test your custom React Hooks with React Testing Library and Jest. You'll find an interactive Codesandox at the end of the post.
Writer Buddy
Published: at 06:03 AMHow to type React Props with TypeScript
Published: at 06:39 AMDev Retro 2022 - 80/20'ing 2023
Updated: at 09:43 AMAdmin-user permissions in Supabase with RLS
Published: at 11:16 AMIn this post, we will set up a stored procedure in Supabase that can identify if the user making the request is an actual admin user.
How to build static web apps with dynamic routes in Next.js 13
Updated: at 01:24 PMThis article will show you how to take advantage of the latest Next.js features: appDir and React Server Components.