- 💡 Using Next.js's Intercepting Routes can be useful if you want to show a route while keeping the context for the current page! E.g. we can render an overlaying modal on soft navigation and a standalone page on hard navigation, which requires a full page reload:
00:00 - Very excited to announce I'm joining @bunjavascript as Head of Propaganda (DX)🔥🔥 Finally turned my hobby of talking about javascript runtimes into a job, lol
- I decided to teach my mom how to build a React app using @replit and omg she’s so happy every time something renders on the screen hahaha! ❤️ You’re never too old to start coding!!
00:00 - 🥳 Excited to share patterns.dev, a free resource created by @addyosmani and me! It covers many traditional and new techniques to instantly improve your app's performance, including: ⚙️ Rendering patterns 🎨 Design patterns 🚀 Performance patterns 💡 Case studies
- ⚡️bun just works™ bun init --react=shadcn ◆ React + Tailwind + shadcn ◆ Full TypeScript setup (.tsx/.ts without babel) ◆ Bun's built-in APIs (S3, Redis, SQL, WebSockets, etc.) ◆ Native test runner ◆ Cursor/Claude files included ◆ ... so much more, zero config 🚀
00:00 - Congrats Node.js on TypeScript support! 🎉 Btw, with Bun you can just run/import: ◆ .ts / .tsx / .mts / .cts ◆ .js / .cjs / .mjs ◆ Mixed require() and import ◆ Native .node addons ◆ JSON & TOML ◆ Text files ◆ SQLite databases zero config, no build step. it just works.Node.js can now execute TypeScript nodejs.org/en/blog/releas…
- 💡bun build --compile lets you generate standalone executables from TS/JS bundles all imported files/packages + bun runtime → single binary ◆ cross-compile Linux/macOS/Windows ◆ embed files, SQLite, Workers ◆ supports full-stack apps (server + client code!)
00:00 - Built with Bun! ❤️ Single-file executables are so powerfulClaude Code's native installer is now generally available. It's simpler, more stable, and doesn't require Node.js. We recommend this as the default installation method for all Claude Code users going forward.
- 💪🏼🔥 Just published another JavaScript Visualized post explaining Prototypes/Prototypal Inheritance! @ThePracticalDev
- 🥳 Wrote a tiny article visualizing some common & useful Git commands! ✨merge | (interactive) rebase | cherry-pick ✨reset | revert | reflog ✨fetch | pull
- 🚀Wrote a new JavaScript Visualized article on asynchronous JS! Hope it's useful if you're wondering how Promises and async/await work🙂 Includes: ✨ES6 Promises ✨Microtask queue vs. (macro)task queue ✨Async/await









