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 6000+ 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, Next.js has a bunch of little features that feel fun at first โ but can actually change the way you build. This weekโs snack is one of those. Thatโs the whole point of Frontend Snacks: giving you small, sharp insights that make a real difference and ones you can actually apply. Weekly Snack: after function ๐ฟ Next.js 15 introduces after() โ a new API that lets you schedule server-side code to run after the response has been sent to the browser. So your UI renders instantly, and the...
Hey Reader, So apparently Deadpool is giving a keynote at a developer conference now. Yes, Ryan Reynolds is speaking at the Postman Conference and Iโm still trying to process that ๐คฏ I recently had a conversation with a friend who really missed in-person connections. It's hard to be at home all the time and it is only when you meet like minded people in a room is when your creative juice flows. Things like I didn't know how tall you were or didn't know you had a dog etc. come up which is...
Hey Reader, ๐จ Ever wanted your website to feel like it came straight out of a Studio Ghibli movie? I just discovered a Ghibli-inspired ShadCN UI theme that brings that dreamy, hand-painted magic to your components โ and itโs absolutely stunning. If you're as obsessed with that aesthetic as I am, you're gonna love this. I also share a Github Repo you can check out too that goes along well with the video. ๐ฟ Weekly Snack: 'server-only' vs 'use server' Next.js has two easily confused directives:...