Faster Websites with React Query
Details
We're waking you up before September ends with an exciting new talk from Kevin Van Cott! Join us to listen and ask questions from a core TanStack contributor.
5:30pm: Networking / food
6:00pm: Talk
Talk Summary
So your web application is starting to feel slow, buggy, and it has loading spinners everywhere! When your users run into a bug, you just tell them to refresh the page to fix it. This is a situation that many developers can probably relate to at some point in their career.
There are many ways to architect your app to avoid these bugs, but let's take a look at what many believe to be one of the best and most essential libraries in the JavaScript ecosystem, TanStack Query (a.k.a. React Query). TanStack Query is not just a data fetching library (in fact, it isn't at all). It is, first and foremost, a powerful asynchronous state management library, with the power to organize all of our fetching logic and most of our state management with an intelligent caching layer.
In this session, we'll explore all of benefits of using a library like TanStack Query in frameworks like React, Svelte, Vue, and more. We will see how we can use it to implement easy loading states, error handling, caching, pre-fetching, prevent excessive fetching waterfalls, and a lot more. All with the goal to show our users real data faster, without the need for so many loading spinners!
About the Speaker
Kevin Van Cott is a Senior Software Engineer at RentVision located in Lincoln, Nebraska and an open source contributor and maintainer for TanStack.
