Posts tagged with: webdev

Back to all posts

Common React Hook Questions

Mar 2, 2024 6 Minutes

Answering common questions about React hooks and providing some tips for working with them, hope you find this helpful!

Three different states - Remote, App, and Local

April 23, 2024 10 Minutes

How to structure your state in a way that makes your codebase more maintainable, scalable, and performant.

React Query Retry explained

May 7, 2024 6 Minutes

This simple option will make your app more resilient to network failures and give you more control over your fetching logic.