Tag: react
All the articles with the tag "react".
Avoiding Common Mistakes with TanStack Query Part 1
Published:TanStack Query is probably the most popular library for fetching data in React. It is simple and powerful, but there are some common mistakes I see repeated.
Remix is Fun, a somewhat simple app with Google Auth
Published:Remix is new, but as it turns out it is really fun to develop
Create your own IMDB Top 250 challenge
Published:I swear this pandemic will never end. Thus, I wanted to watch every movie I haven't watched from IMDB Top 250 list...
Fetching Data With Custom React Hooks
Published:So there I was, bored during 'Great Covid Social Distancing', I have come across a Wes Bos's video about fetching data with React Hooks...