Profile avatar
phry.dev
Maintaining Apollo Client at Apollo GraphQL Redux Toolkit Co-Maintainer Creator of RTK Query Some additional keywords for people to find me: OpenSource, TypeScript, JavaScript, React web: phryneas.de phryneas on most platforms @phry on the bird
513 posts 1,632 followers 702 following
Getting Started
Active Commenter

Pure insanity, in the most positive sense.

I am thrilled to announce that RTKQ's infinite query support is now officially available in RTK 2.6.0! github.com/reduxjs/redu... RTKQ now supports the same infinite query API design as React Query, which offers flexibility in defining query behaviors. It also auto-generates infinite query hooks.

The exciting future or Records & Tuples in JavaScript: github.com/tc39/proposa... * Now they're objects called Composites, instead * They're really just frozen Objects/Arrays! * Except with an extra bit for Map/Set key behavior * You need to call Composite.equals for comparison; === is by identity

📢 We're finally looking to ship Observables in Chrome!! It's been a long time coming—many thanks to all in the community for the great feedback and help along the way!! Especially @benlesh.bsky.social, @keithamus.social, @domenic.me, @jordan.har.band & more! 🙏 groups.google.com/a/chromium.o...

✨Heads up! Observables are shipping natively to a browser near you soon! Huge thank you and congrats to @domfarolino.com ❤️ I've helped / worked on / watched this through different standards bodies for more than 10 years now. ☠️ (I'm going to have a lot of work now to adapt RxJS to this 😅)

After seeing the backlash to the recent React docs setup update, I've tackled it myself. I've put up a PR that reworks the "Create" page with better explanations and a "Start from Scratch" section that recommends Vite + routers: github.com/reactjs/reac... I think this should make everyone happy!

Not sure where in the docs I should put this but we definitely need a disclaimer somewhere that @nextjs.org server actions SHOULD NOT be used for queries. They aren't meant for fetching data. They run in serial. They have issues, like they don't seem to terminate if you navigate away fast enough...