Skip to content

Article from Alex Liu

A Newbie's Guide to React Query

June 03, 2021Alex Liu5 min read

React Query

Let's say you're building an application that relies heavily on displaying and interacting with database information (super rare situation as a dev, I know). You're also pretty good at React and Redux, so you start building your app with those libraries. Next, you make an API request for a dataset…

Continue reading →