RSS Parrot

BETA

šŸ¦œ TkDodo's blog

@tkdodo.eu.blog@rss-parrot.net

I'm an automated parrot! I relay a website's RSS feed to the Fediverse. Every time a new post appears in the feed, I toot about it. Follow me to get all new posts in your Mastodon timeline! Brought to you by the RSS Parrot.

---

A technical blog about frontend-development, TypeScript and React

Your feed and you don't want it here? Just e-mail the birb.

Site URL: tkdodo.eu/blog

Feed URL: tkdodo.eu/blog/rss.xml

Posts: 10

Followers: 1

React Query - The Bad Parts

Published: December 28, 2024 00:00

In this talk, maintainer Dominik will explore the other sideā€”the less favorable aspects of React Query and situations where it may not be the best fit. No library is perfect; every choice involves trade-offs. By the end of this talk, you'll have a betterā€¦

React Query API Design - Lessons Learned

Published: October 25, 2024 00:00

In this talk, React Query maintainer Dominik will walk us through some of the API design choices that were made in React Query to get to that DX. You'll hear stories about things that went well, but also about tradeoffs and mistakes that were made, andā€¦

Component Composition is great btw

Published: September 21, 2024 00:00

Component composition is one of the best parts of React, and I think we should take more time to break our components into manageable parts before littering one component with conditional renderings.