TanStack Query v5 released
October 18, 2023
โ๏ธ If you were wondering, you didn’t miss an issue of the newsletter last week โ I took a week’s break while attending a conference, but now we’re back in action every week until… Christmas! ๐ |
React Memo is.. Good Actually โ The use of Reactโs memoization features can be โa controversial, complex & ever evolving topicโ (see last issueโs The Uphill Battle of Memoization, for example) but Tim thinks there are a lot of misconceptions and works through nine of them here โ some technical, some more philosophical in nature. Tim Pillard |
โถ React Forget: React for Developers and Compilers โ A React core team member went deep at React India two weeks ago with a look at why Reactโs model is well suited for targeting by compilers and static analysis tools, but also why the React team are even building a compiler (the long teased React Forget) in the first place. Sathya Gunasekaran |
Free Course: Land a Software Engineering Role โ Jerome Hardaway has helps over 300 folks get a software development job โ now he shares his advice in this video course โ featuring resume tips, networking advice, how to optimize your GitHub profile for technical scrutiny, and more. Frontend Masters |
Announcing TanStack Query v5 โ Following a whopping 35 betas and 16 release candidates, the popular query-led declarative state management approach hits its latest milestone release with an improved and more consistent API, simpler optimistic updates, sharable mutation state, non-experimental Suspense support, new devtools, and more. (The migration guide shows all breaking changes.) Tanner Linsley |
How We Optimized Package Imports in Next.js โ The latest version of Next includes improvements to optimize package imports that can improve local dev performance and production cold starts. This post explains why this was needed and how it was done. Shu Ding (Vercel) |
๐ Code and Tools |
Rockpack 4.0: An Alternative React App Builder โ Like Create React App the goal is to get project setup time as low as possible, but Rockpack holds some different opinions around how far to take things and packs in a lot of ideas including server side rendering, linting, and testing. Alex Sergey |
|