
Dominik Dorfmeister
Software engineer at Sentry and open source maintainer of the TanStack libraries. He is an expert on React performance and code maintainability.
Top 3 podcasts with Dominik Dorfmeister
Ranked by the Snipd community

Nov 13, 2023 • 29min
TanStack Query v5 with Dominik Dorfmeister
We sit down with Dominik Dorfmeister, TanStack Query maintainer, to talk about the new updates in version 5, including benefits and enhancements in React Query, community feedback and roadmap changes, optimizing memory usage and data fetching in infinite queries, setting stale time on queries for memory optimization, and the future focus of TanStack Query v5.

Sep 4, 2025 • 23min
The useless useCallback: React performance myths unpacked, with Dominik Dorfmeister
Dominik Dorfmeister, a software engineer at Sentry and TanStack libraries maintainer, dives into the complexities of React's useCallback and useMemo. He reveals that these hooks often complicate rather than enhance performance. Dominik discusses the promise of the React Compiler and how the 'latest ref' pattern can simplify code. He warns against the overuse of memoization and manual optimizations, sharing tips for effective PR reviews and best practices to boost code readability and maintainability.

Oct 24, 2024 • 19min
Component composition with Dominik Dorfmiester
Dominik Dorfmeister, maintainer of TanStack, dives into the nuances of component composition in React. He shares insights on breaking down components, managing conditional rendering, and the power of early returns for cleaner code. The discussion also tackles the complexities developers face with evolving requirements and contrasts solutions from frameworks like Vue and SolidJS. Additionally, he emphasizes using TypeScript to simplify state management, making code more readable and maintainable, and stresses the importance of balancing complexity to avoid cognitive overload.