This Week In React #283: TanStack, RSC, Liquid DOM, Performance| Expo, Reanimated, worklets, NativeScript | TC39, npm, pnpm, Node.js
This Week In React #283 covers various topics related to React development. Key highlights include discussions on TanStack, RSC, and Liquid DOM, as well as performance improvements. The episode also touches on tools like Expo, Reanimated, and NativeScript.
- ▪The episode discusses advancements in TanStack and RSC.
- ▪Liquid DOM and performance enhancements are key topics of interest.
- ▪Tools such as Expo, Reanimated, and NativeScript are highlighted.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 200435) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Sebastien Lorber Posted on May 29 • Originally published at thisweekinreact.com This Week In React #283: TanStack, RSC, Liquid DOM, Performance| Expo, Reanimated, worklets, NativeScript | TC39, npm, pnpm, Node.js #reactnative #react This Week In React (189 Part Series) 1 This Week In React #89: Remix, Remotion, Preact, Nextra, Relay, JSI, Skia, SwiftUI, TypeScript, web3... 2 This Week In React #90: JSX, Tinybase, Dioxus, Owl, useWorkerizedReducer, Perf, TypeScript, CSS... ...
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).