|
Hey friend, I'm excited to announce the launch of my new AI SaaS project - SpeakEasy AI βοΈ. It allows you to convert your video into a blog post. You can upload any video you like, and it will turn into a beautiful, SEO-friendly blog post. If you have been holding off from shipping a SaaS app, now is your chance! Here is the entire course, π Important NewsTo better focus on the upcoming Next.js Course launch π, Frontend Snacks (this newsletter) will transition into a monthly newsletter. It will continue to provide you with frontend news and in-depth analyses but monthly. π₯ Next.js Hot Tips (free course)In other news, the Next.js hot tips course, known as best practices, goes live next week. It's a completely free, action-packed email course that teaches you best practices for building Next.js apps.
Clicking this button automatically adds you to the list. πΏ Weekly Snack: Adding Whimsical Joy in your AppsOne of the best ways to add joy to your apps is to add Confetti. You can add Confetti to your apps and add that whimsy by using the React canvas-confetti library βοΈ π Here is how I added to my Course Platform for Developer to Leader βοΈ Course once a student completes a lesson. Now, I plan to do the same in the Next.js Course too. It will include tiny little interactions like these. Here is the code for it, Grab the package canvas-confetti by installing it from npm βοΈ.β And add the following code to your button. π€« Latest Frontend NewsA first look at React Server Components for native and web users with Expo Routerβthe universal React framework. You should watch it βοΈ. βNext.js shipped the first version of PWA βοΈ π₯ Upstash launched durable workflows, so you can now offload long-running functions βοΈ to avoid blocking your main API call. βNext.js upcoming caching simplifications βοΈ yield the most straightforward, most beautiful code. Next.js Conf has been announced, grab a ticket here βοΈβ βA new AI SaaS has been launched that converts your video into blog posts. CursorAI has taken the world by storm. Check this post for the rules to improve the code suggestions from the AI. βShadCN UI - the most popular UI library βοΈ Introduces a new CLI β¨
π Weekly Youtube VideosCheck it out and subscribe to my channel βοΈ for more Frontend, Leadership and Career Development content. What do you think of today's Newsletter? Simply click on one of the links below. |
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!
Hey Reader, This week, Next.js 16.2 gave AI agents something they never had "a browser". Your agent can now see your app, find the problem, and fix it without asking you. This along with GPT-5.4 mini & nano (2 small models), TanStack Start going 5x faster, why you should ban useEffect, and more. Let's dive in. πΏ Our Weekly Snack: Your AI agent can finally see what your users see (Next.js 16.2 is here) Next.js 16.2 dropped yesterday (deep dive here) and it just gave AI agents a browser. It's...
Hey Reader, Middleware got renamed to Proxy in Next.js 16. Same functionality. Better name. What is Proxy? Every request to your app has to go somewhere - a page, an API route, a file. Proxy gets to look at it first and decide what happens: send the user somewhere else, serve different content silently, or just let it through as-is. Think of it as a traffic controller π¦ sitting in front of your routes. So, why you should stop putting auth in Proxy? It feels like the perfect place but it...
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...