Yadiel 🇵🇷
@yadiel.dev
de 🇵🇷 pa'l mundo coffee-powered software engineer in the big apple🗽
I can't believe that build tools remain a topic of discussion in 2026
Do we still need build tools? Ollie Williams weighs frontend tooling in 2026. Modern CSS retires vendor prefixes and Sass, yet bundling and minification still help. In JS, module preloading and JSDoc types cut the need for a build. #tools #js olliewilliams.xyz/bl...
The Suspense is over! The newly updated Suspense docs now show the 7 ways of updating suspense boundaries, what a Suspense-enabled framework is, and lots of examples! Thank you to @aurorascharff.no for writing, and @sebbie.dev, @danabra.mov and @yadiel.dev for reviewing! react.dev/reference/re...
<Suspense> – React
The library for web and native user interfaces
react.dev
There's a confusing bug in Next.js with Server Functions that return a Client Component. The app builds fine, then it crashes at runtime with "Could not find the module … in the React Client Manifest."
The awesome newly updated `use()` docs show more ways to make `use()` a truly useful API, for data loading on the client and the server. Thank you to @ricky.fm and @aurorascharff.no for writing, and @brenelz.com, @stephanjnoel.bsky.social , and @yadiel.dev for reviewing! react.dev/reference/re...
use – React
The library for web and native user interfaces
react.dev
📣 TypeScript 7's Release Candidate is now out! 📣 The new native rewrite is almost here. Try it out on your codebases, and make sure your team is ready for the upcoming 7.0 release!
Announcing TypeScript 7.0 RC - TypeScript
The Release Candidate for TypeScript 7.0 is now available!
devblogs.microsoft.com
LLM chat isn't a universal interface. It works for LLM companies, ofc, but for most products, it's a UX shortcut, not a solution.
Am I the only one who thinks that there's a big chance that OpenAI is paying influencers to talk shit about Anthropic?? Not a fanboy of Anthropic, I use both of them
Just tried @npmx.dev for the first time… is it even legal to be this fast and smoooooth? 😅
I'm very skeptical of claims like "We migrated from framework X to Y, and metric A improved by…" In most cases, these migration stories over-credit the framework and undercut everything else that changed during the rewrite.
useActionState is a new hook for forms, async reducers, and more. It now has great new documentation: react.dev/reference/re... Thank you to @ricky.fm for writing. Thank you to @aurorascharff.no, @danabra.mov, @samselikoff.com, @stephanjnoel.bsky.social, @brenelz.com, and @yadiel.dev for reviewing.
useActionState – React
The library for web and native user interfaces
react.dev
What a night to be Puerto Rican 🇵🇷 I’m biased, ofc, but that was the best halftime show ever 🔥 #SuperBowl
hot take🌶️: An engineer who can’t use AI slows the whole team down (specially in early startups), and hiring should reflect that. Modern dev interviews should test how well someone works with AI, not how fast they grind leetcode.
ReactConf 2025 Bingo: - Stable React Compiler - Optional dependency arrays - VSCode extension - MCP Server ???
Things that give me instant dopamine: - Deleting useEffect's - Deleting useMemo's, useCallback's, and React.memo's - Deleting forwardRef's
Hot take: Now that we have the React Compiler, hook rules should be enforced at the compiler level. I've seen too many codebases just ignore them. I've seen hooks used conditionally, missing deps in arrays, or no eslint-plugin-react-hooks at all. This stuff should be unskippable
Tried to visit the Next.js docs, typed nextjs.dev by mistake… and it redirects to the Remix site 😂 whoever set that up is a total troll