Ali Bey
@alibey_10
Curating the best of the React.js ecosystem at http://nextradar.dev Helping devs discover top tools, guides, and inspiration!
Dropped new collections of UI components on Nextradar .dev Evil Chart by @LegionWebDev UntitledUI @UntitledUI ReUI @reui_io Built with @tailwindcss and @shadcn

React frameworks by use cases Astro @astrodotbuild For static content-driven websites Nextjs @nextjs For full-stack server-rendered websites Tanstack Start @tan_stack For full-stack client-rendered websites Gatsby Not found
Next.js interview tricky question. Resolving generateMetadata is part of rendering the page in Nextjs. Does using it render the page dynamically or statically? Justify your answer if it depends.

Fix the bad practice in your Next.js app The code snippet in robots.ts is correct, but includes a bad practice! Can can explain why? I used to follow this bad practice, and if you do, you should fix it!

Pages built locally are static, and pages built on Vercel are dynamic! The same code produces different rendering strategies between local and Vercel. What am I missing?

Test the UI on mobile using the network URL without an external tool. If it doesn't appear under the localhost URL, update Next.js to the latest version. If it doesn't work, make sure your mobile is on the same Wi-Fi network
A developer from Vercel is working on a brand-new React framework, does anyone know the name of the framework? I can’t find where I saw it or what is the developer name is!
Switching to the browser to check logs is annoying! In Next.js v15.4.2, you can forward browser logs to the terminal. Add this code line to your config file to enable it!
You've reached the final question in a React interview with the CTO. CTO: State management is tricky and one of the most important skills to have! In your own words, explain your principles for structuring state. The CTO wants to see how solid your understanding of state…
Nextjs portfolio website with fast navigation! Curious, how did you @matsugfx make navigation so fast? I don't think it is just because it is static!
Nextjs 16 Features Revealed The Nextjs team revealed what they are cooking for the next major release Cache components, faster navigation, devTools, stable middleware, Turbopack build, and deprecations. ------------------------------ Cache components (beta): Nextjs team will…