Luca Schneider
176 posts

Luca Schneider
@Mad__Kat
🇨🇭 Software engineer at https://t.co/JGDmudrRLn Currently working on yak (https://t.co/xnAj3DeIA0) the almost zero runtime css-in-js solution





Next.js 16.2 • Up to ~60% faster rendering • Up to ~400% faster 𝚗𝚎𝚡𝚝 𝚍𝚎𝚟 startup • Server Function 𝚍𝚎𝚟 logging • Redesigned error page • Better hydration errors • 𝙴𝚛𝚛𝚘𝚛.𝚌𝚊𝚞𝚜𝚎 display in error overlay nextjs.org/blog/next-16-2






Learn how we built Turbopack with incremental computation to scale development and builds to Next.js applications of all sizes. nextjs.org/blog/turbopack…











I just found out that React Compiler won't be compiling your components if you manually use useCallback and forgot to add something to the dependency array I haven't tested this with useMemo but i assume it will be the same On the left count is missing in the dependency array, and the compiler won't compile the component On the right the deps array is correct and React Compiler works










