Reactive Data Client

17 posts

Reactive Data Client banner
Reactive Data Client

Reactive Data Client

@dataclientio

Async State Management without the Management

เข้าร่วม Eylül 2023
23 กำลังติดตาม6 ผู้ติดตาม
Reactive Data Client รีทวีตแล้ว
TypeScript
TypeScript@typescript·
TypeScript 6.0 is now available! This release brings better type-checking for methods, new standard library features, new module features for Node.js, and more! But most important, this release brings us one step closer to the upcoming native-speed 7.0! devblogs.microsoft.com/typescript/ann…
English
68
993
5.5K
395K
Reactive Data Client
Reactive Data Client@dataclientio·
NextJS Client components enable the best of both worlds. Server rendering means fast initial load. Client hydration means immediate interactivity and improved usages performance over SSG. #nextjs" target="_blank" rel="nofollow noopener">dataclient.io/docs/guides/ss…
English
0
0
1
27
Reactive Data Client รีทวีตแล้ว
Codemod
Codemod@codemod·
Introducing Codemod2.0! 🎉 Combining deterministic engines for scalable detection with LLM for intelligent transformation. Use your own model with a familiar command: npx codemod --OPENAI_API_KEY=xxx Learn more → go.codemod.com/codemod2
English
4
9
21
2.3K
Reactive Data Client รีทวีตแล้ว
Dominik 🔮
Dominik 🔮@TkDodo·
In React 18, two components that are siblings to each other can suspend together within the same Suspense Boundary because React keeps (pre-)rendering siblings even if one component suspends. So this works: Both components have a suspending fetch inside, both will fetch in parallel and will be "revealed" together because they are in the same boundary. In React 19, this will be a request waterfall: When the first component suspends, the second one never gets to render, so the fetch inside of it won't be able to start. The argument is that rendering the second component is not necessary because it will be replaced with the fallback anyway, and with this, they can render the fallback "faster" (I guess we are talking fractions of ms here for most apps. Rendering is supposed to be fast, right?). So if the second component were to trigger a fetch well then bad luck, better move your fetches to start higher up the tree, in a route loader, or in a server component.
English
8
10
79
8.4K
Reactive Data Client รีทวีตแล้ว
React Native
React Native@reactnative·
React Native 0.73.0 is out! This release brings Debugging Improvements, Stable Symlink Support, Android 14 Support, and more ⬇️ reactnative.dev/blog/2023/12/0…
English
17
248
1.3K
198.8K
Reactive Data Client รีทวีตแล้ว
TypeScript
TypeScript@typescript·
Today we released TypeScript 5.3! Now bringing: - new narrowing improvements - more correctness checks - import attributes - handy new editor features - lots of optimizations and lots more! So try it today! devblogs.microsoft.com/typescript/ann…
English
28
380
1.6K
307.5K