State and Data Without the Drama
Let’s be honest - integrating state management and data fetching in large apps often leads to awkward workarounds and maintenance headaches. How can we effectively bridge this gap, avoid common pitfalls, and build solutions for future developers (including you!) can actually understand and work with easily? This session explores practical strategies, using tools like Tanstack Query and Mobx, focused on achieving scalable and performant architectures where state and data work together harmoniously. We’ll cover techniques for framework-agnostic data fetching, efficient data sharing across components without excessive re-renders, and managing queries effectively for both React components and global stores, all while following modern best practices, resulting in more scalable and easier-to-manage applications.