Tuesday, January 10, 2023

77/365: React Query

 API calls are often the worst pain point in making any kind of web app. React Query, now called TanStack Query, handles all kinds of things you need when interacting with a server. React Query also has an awesome set of dev tools that lets you see and analyze every API request, and even throttle a virtual internet connection to see how your app works on slow wifi. Combing this with Axios or the fetch method greatly empowers a dev when building an app with API requests. 

No comments:

Post a Comment

190: Sablier

 The CodeHawks platform has an upcoming audit on the Sablier protocol, so I decided to read through the docs and familiarize myself with the...