Posts tagged with: react

Back to all posts

Jotai atomWithStorage

June 4, 2024 4 Minutes

How to persist data in your application with Jotai, atomWithStorage might just be the solution you are looking for.

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.

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 useDebounce

Feb 24, 2024 4 Minutes

A simple debounce hook for React applications. Useful for when you want to limit the number of times a function is called to improve performance

What Makes Jotai So Amazing?

Feb 23, 2024 7 Minutes

A minimalistic and modern state management library designed for React applications, find out why I think this state management library is so darn great.

React goes fullstack

Feb 23, 2024 4 Minutes

React is a fullstack application now? Yes, no, maybe? Let's find out and let's see how React Server Components play a role in this.

When and how to useMemo

April 8, 2023 10 Minutes

Maximizing React Performance: Harnessing the Power of React.memo for Optimal Results - A Comprehensive Guide to Enhance Efficiency and Speed

Next.js Layouts Explained

April 4, 2023 10 Minutes

Streamlining Next.js Development with Layouts Achieving Consistency, Reusability, and Improved Performance

Designing React Components that are Testable and Maintainable

April 3, 2023 8 Minutes

Make your React components testable and maintainable by following these best practices and design patterns.

React Query / Tan Stack Query Explained

Jan 6, 2023 7 Minutes

Streamline Your Data Management with React Query. A fantastic library for handling data fetching and caching in your React application.

React Just Got Even More Awesome

Oct 15, 2022 5 Minutes

Introducing the use Hook: A Native Way to Handle Async in React Applications, Making Data Fetching Easier and More Declarative

How granular should components be?

Sept 27, 2022 5 Minutes

Avoiding the Two Extremes of Component Design: Finding the Right Balance for Your Application's Codebase

How and when to use React Context

Sept 26, 2022 6 Minutes

React context can be a very powerful tool, but when and why should you use it? Let's find out in this article.

7 Steps to become a better react developer

Sept 22, 2022 8 Minutes

These are just some of the things I've learned over the years that have helped me become a better react developer. Maybe they can help you too.