2024 in Review
https://tkdodo.eu/blog/2024-in-review
Published: December 29, 2024 00:00
A retrospective on what has happened for me in 2024
@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
Site URL: tkdodo.eu/blog
Feed URL: tkdodo.eu/blog/rss.xml
Posts: 10
Followers: 1
2024 in Review
https://tkdodo.eu/blog/2024-in-review
Published: December 29, 2024 00:00
A retrospective on what has happened for me in 2024
React Query - The Bad Parts
https://tkdodo.eu/blog/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ā¦
Ref Callbacks, React 19 and the Compiler
https://tkdodo.eu/blog/ref-callbacks-react-19-and-the-compiler
Published: December 8, 2024 00:00
Reflecting on useCallback, how the Compiler changed my thinking about it, and what React 19 has in store for Ref Callbacks...
My slow retreat from twitter
https://tkdodo.eu/blog/my-slow-retreat-from-twitter
Published: December 3, 2024 00:00
A brief reflection on the platform and how I plan to continue with it...
React Query API Design - Lessons Learned
https://tkdodo.eu/blog/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
https://tkdodo.eu/blog/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.
How Infinite Queries work
https://tkdodo.eu/blog/how-infinite-queries-work
Published: September 14, 2024 00:00
A serious bug report about infinite queries led me to question it's architecture, but it all turned out fine in the end ...
Introducing XState Store
https://tkdodo.eu/blog/introducing-x-state-store
Published: August 1, 2024 00:00
There's a new state manager in the game, and it ticks all my boxes ...
Please Stop Using Barrel Files
https://tkdodo.eu/blog/please-stop-using-barrel-files
Published: July 26, 2024 00:00
Why you probably shouldn't be adding index.ts files everywhere
React 19 and Suspense - A Drama in 3 Acts
https://tkdodo.eu/blog/react-19-and-suspense-a-drama-in-3-acts
Published: June 16, 2024 00:00
React 19 is a very promising release - but there's something not quite right yet with suspense...