Hey friend, Many of you told me that you don't have time to go through the Next.js Hot Tips course that teaches you the best practices of building Next.js apps, which is why I've compiled this cheat sheet to give you. Grab the free Cheatsheet πAs a special bonus, you can grab the cheatsheet for free here βοΈ. It would not be fair if I don't share this deal I'm running on my site. πΏ Our Weekly Snack:If you are using Next.js App router and want to see folder names along with file name here is a cool little trick in VsCode so you don't have to dig into your files. This is especially useful when there are a bunch index.ts files around. You can add this to your VSCode settings,β Before: After: π€« Latest Frontend NewsThe community is moving to BlueSky and the Creator of Nuxt.js has created his awesome plugin β This tool lets you edit db records when authenticated βNetlify is also part of OpenNext and a great contender to ship your Next.js apps there. Interviewed Tanner Linsley on my Youtube channel, check the whole interview here, Developing web applications has gotten insanely complex. βZero is building a general-purpose sync engine for the web. You put Zero in front of your existing database or web service, and we distribute your backend all the way to main thread of the UI. βNew Clerk Feature Alert! It allows you to add a Waitlist sign-up mode for your product launch. Can Clerk get any cooler? Roadmap UI is a collection of accessible, customizable, performant and open source components for building interactive roadmaps built on shadcn/ui. βBolt.new is insanely cool.β
Stackblitz is the platform we're using to give you a coding environment as part of the Modern Full Stack Next.js Course. (50% off until Friday)
βWent live launching Next.js Course, there were many moments where things went wrong π β Here's an example for the color # FA541C. use-cache is a shiny new directive introduced pretty recently in Next.js 15 experimental version. I've written a in-depth blog post on this topic. Check it out.β βTailwind CSS v4.1 Beta is out βοΈ, wohoo! Here are a few exciting updates from this release IMO, βReact Router v7 is finally out! new templates, more router with remix merge updates. TanStack Start is now officially BETA! π What a Exciting week for me and TanStackβ π 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. βπ₯ Love it!β βπ Itβs okayβ βπ Not goodβ (These feedback links above? I built it! π I'll teach you how to build in the Modern Full Stack Next.js Course, isn't that cool?) |
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:...