Blogs (Page 3)
- This is how I manage my routes in Next.js (and It's type safe too) 🚀🚀🚀 I recently discovered a new way to manage my routes in Next.js using zod and it turned out to be more effective than I thought. I'm going to show you how I did it.
- Path into the deeply nested Typescript objects Deep dive on how to access deeply nested objects in Typescript to enable type safety
- This has to be my favorite Typescript feature 🤯🤯🤯 This Typescript feature or trick is my favorite. I've using this recursive pattern for a while to be more efficient at Type Driven Development.