2 Free Crash Courses (+ This Week’s Frontend Snacks 🍿)


Hey Reader,

I just wanted to say thank you for an amazing year 🙏 and for all the support. I genuinely wouldn’t get to do this full time without you.

I came close to quitting a couple of times, but your comments and messages kept me going. Every time I heard from you, it reminded me why I started 🙌.

I’d also love to know if I’ve helped you in any way. Just hit reply and let me know or share here. And honestly, this goes for any creator you follow too, a small message like that truly makes their day.

And if there’s anything you want to achieve, you absolutely can. Don’t let doubt or the fear of AI get in the way 💛

--

Over the past few weeks, I’ve gone all-in on YouTube, publishing highly practical content to help you build better apps.

Today’s newsletter rounds up the best of it including a complete crash course on Next.js 16.

video preview

And thanks to Clerk for making it happen 🙏.

PRESENTED BY CLERK

How many times have you tried setting up Stripe only to get stuck in wiring web hooks and confusing docs? 🔁

Clerk solves that by combining their top-tier Auth with Organizations and Billing.

Forget writing custom portals. You can now use drop-in components like <OrganizationProfile /> and <PricingTable /> to handle team management, upgrades, and invoices.

Everything is automatically synced to Stripe.

No backend glue code required. You control feature access and plans directly from your Clerk Dashboard 🤯.

And the best part? it’s absolutely free to check it out!

🍿 Simple Tailwind Snack

I know you're ready for the holidays 🎄 so here is a easy snack for ya.

Did you know that instead of writing "h-4 w-4", you can just write "size-4"? It does the exact same dang thing!! I feel a bit silly admitting this, but I only learned it a couple of days ago 😅

🚀 Latest Frontend News

Is TanStack Start a Next.js Killer? - a Breakdown comparing the two.

Vercel has officially introduced vercel.ts, offering a new way to handle programmatic configuration for your projects with full type safety and environment awareness.

Gemini 3 flash is here, this model is insane! Google will win the AI race imo.

Big updates landed for TanStack AI, which now supports Standard Schema and the new Standard JSON Schema, allowing you to bring your own schema library to your tools.

React developers looking into AI agents should explore the new Generative UI SDK (tambo-ai/tambo) recently shared by Tom Dörr.

2 More React Security Issues ??? (This is bad)

Dan Abramov just open-sourced a new React Server Components Explorer tool

You’re Using Shadcn UI the WRONG Way (Here’s How to Fix It)

--

Complete Crash Course on TanStack Start

video preview


All past newsletters
can be found here.

You can email me at me@kulkarniankita.com to advertise/sponsor the newsletter.

For those curious, I write all my emails using Convertkit.

Help me Plan my Next Year of Content 💙

I’m planning my content for the year ahead - YouTube videos, tutorials, deep dives, and courses. What do you want to learn or see more of? Share topics, tools, or challenges you’re facing, and I’ll use this to shape what I create next.

Simply click here and provide me feedback!

See you next year!

Ankita Kulkarni

Join 9200+ subscribers reading by weekly personalized Newsletter that helps developers level up their skills through weekly Frontend and Leadership Snacks. You get a deep dive into a Tech topic, Actionable tips to excel in your career and a toolbox!

Read more from Ankita Kulkarni
You’re Suspending the Wrong Component

Hey Reader, There are thousands of you going through Modern Full Stack Next.js Course so wanted to be grateful here for your support. Just as a thank you, there is something big dropping for you. It will only last 24 hours ⏰ so keep an eye out for my email next week. Let's dive in! PRESENTED BY CLERK Instead of your coding agent guessing how auth works, you can now install specialized Clerk knowledge directly into it. Introducing Clerk Skills One simple command $ npx skills add clerk/skills...

Next.js bundle analyzer

Hey Reader, This week, we're putting your Next.js app under the microscope, what's slowing it down? This along with the latest news, can AI really debug complex React/Next.js bugs? How OpenClaw and Anthropic are enabling AI collaboration, 3 New Coding Models dropped and more. Let's dive in! 🍿 Our Weekly Snack: What's Really Slowing Down Your Next.js App? Have you ever wondered why your Next.js app feels sluggish or takes forever to load? 🐌 The new experimental Bundle Analyzer in Next.js 16.1...

git worktree

Hey Reader, A lot of you have been asking me how I’m able to stay so productive and get a lot of work done so I finally broke down my exact workflow and setup in a short video. 🍿 Our Weekly Snack: Run Multi Agents stress free with Claude Code Git work trees let you check out multiple branches at the same time each in its own folder all backed by the same repo. Instead of one working directory and constant branch switching, you get parallel workspaces. Each work tree has its own isolated...