Hey friend, I have been working on something very exciting 🚀. It is a completely free course. Over the years, I have been asked what my best practices for Next.js apps were? What were the learnings after teaching over 10,000 students? well, this simple course will cover a few of those tips. I'll be sharing 10 easy-to-follow HOT tips 🔥 for Next.js apps in 10 days! If you want to be the first to know when I release it, you can sign up here ↗️. Our Weekly Snack: Let's a create a fun GitHub ActionGitHub Actions is like a recipe book for your code. You write down the steps to build, test and release it, and GitHub Actions follows them automatically whenever you need, saving you time and effort. Now let's say, Imagine you're working on a critical project, and your team takes code quality very seriously. To prevent silly mistakes, you set up this hilarious GitHub Action.
Hey Sasha, you can't touch the untouchable files 🙈. Instead move them out of "x" directory. This is just a simple and fun example. But you can do a lot more. You can also create a Github Action to,
Now, Github actions can get slow and can slow down your productivity a lot which can impact your time to delivery and to production. 👇 This is why you should check out the below section 👇. Latest Frontend NewsA very interesting discussion ↗️ on SPA's in the world of React and Next as everyone wants a server rendered app. Such a cool tool for technical diagrams, you can generate diagrams ↗️ and charts 📈 from simple text‑based descriptions Now if you use Client components in React and if you make them async, you get an error asking you if you are sure? well this PR ↗️ helps that issue and needs to happen before it can be a reality. Want beautiful icons for your project? Look no further as the Lucide React library ↗️ just crossed 1M downloads We are all fans of ShadCN UI and I have been hearing great things about Solid UI ↗️. This is the Solid version of Shadcn. Astro has been really surprising me lately. You can now have transitions without JavaScript 🤯, you NEED to check this demo ↗️. Did you miss last week's newsletter? well look no further, you can view this tweet for a quick visual. 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:...