|
Hey friend, AI has revolutionized how we should build products. Instead of being scared of it, I'd suggest trying out a bunch of tools and seeing what you like to make you more powerful, I mean productive :P. I mean, I built this Full Stack Splitwise app from scratch using just prompts and AI β no coding skills required! My Tech Stack - Next.js, ShadCN, Clerk, and all the bells and whistles. I'm blown away π€―. I also gave AI my design vision and it designed this beautiful app for me! If you want to learn more about how I did it, check out this videoπ. Latest Frontend NewsβNext.js Conf βοΈ is around the corner and I want you to sign up if you are interested in staying up to date. βNext.js RC 2 βοΈ released a few days ago and there are so many exciting changes such as,
You can also watch my video covering all the changes in Next.js 15 RC here βοΈβ A very cool library for NumberFlow, the animation is sick as the numbers change, check it out here βοΈβ A tool with 50+ Input Components βοΈβ You might be accidentally leaking your data with Server Actions, check the in-depth video here βοΈβ βCloudFlare joins forces with OpenNext βοΈ initiative to deploy Next.js anywhere by building a adapter that lets you deploy Next.js on CloudFlare. OpenNext is an initiative to deploy Next.js on any cloud platform. Learn Self-Hosting Next.js with Lee Rob as he walks you through deploying Next.js to a $4 VPS βοΈβ βRepl + Interactive Debugger all in one βοΈ - Repl is a interactive editor where you can build your apps - think like CodeSandbox or StackBlitz. β React DevTools now support Server Components βοΈ! [Look at the Server Tag) In Next.js 15, you'll be able to see server logging (e.g. `console.log`) in the browser (with the same "server" tag). βShadCN UI has shipped βοΈ a new SideBar component which is so sick. π 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...