Discover the latest insights on React Query through a series of in-depth workshops and talks covering server components migration, React Query Lite, global state management, and more.
React Query Migration to Server Components
Learn about the migration process to server components using Next.js and React Query. This workshop covers planning, preparing, and setting up server components, along with migrating pages, adding layouts, and moving components to the server. Explore the benefits of server components such as reducing JavaScript shipping, enabling powerful caching, and leveraging the app router features. Topics include handling authentication, rendering in server components, and the impact on server load and costs.
Creating React Query Lite
Dive into the creation of React Query Lite, a simplified version of React Query. Discover concepts like caching, background fetching, and garbage collection. Explore the use of query observers and the integration of React Query with React. The talk also delves into React Native tools, testing, and the stability of React Query's API.
Global State Management with React Query
Understand global state management challenges and the solution offered by React Query. Explore extracting logic into custom hooks, addressing state and fetching issues, and showcasing optimistic updates with mutation. Learn about using React Query for data fetching and mutations, the future of global state management, and user feedback on React Query.