Articles by Tag #statemanagement

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

A deep dive into our singleton service pattern - why we abandoned Provider/Bloc and how it simplified our codebase

Flutter Service Architecture: Why We Chose Singletons Over Provider/Bloc When building...

Learn More 0 0Dec 9

Complete Guide: Pagination in Flutter with 4 State Management Approaches (StatefulWidget, GetX, Provider & BLoC)

Master pagination in Flutter! Learn how to implement infinite scroll with pull-to-refresh using StatefulWidget, GetX, Provider, and BLoC pattern - complete code examples included.

Learn More 0 0Dec 3

State management in Umami codebase - Part 1.2

Inspired by BulletProof React, I applied its codebase architecture concepts to the Umami...

Learn More 0 0Dec 10

State Management in Umami codebase - Part 1.3

Inspired by BulletProof React, I applied its codebase architecture concepts to the Umami...

Learn More 0 0Dec 11

State Management in Software Development

State management is the process of handling and maintaining the state (data) of an application across...

Learn More 12 5Feb 5

The Lord Of The Stores: A Quest For Angular State Mastery

In the complex world of NgRx state management three powerful stores can guide us: Global Store, vast and unifying; Component Store, swift and precise; Signal Store, reactive and efficient. But wielding them unwisely leads to an unmanageable state. Join this journey through NgRx best practices, avoiding pitfalls, and mastering scalability. Will your app stand strong or fall into disorder? The fate of state management rests in your hands!

Learn More 1 0Oct 1

Rethinking State Management in React: A UI Architect’s Deep Dive Into “State Boundaries”

In the React ecosystem, we’ve spent years debating which state management library to use — Redux,...

Learn More 0 0Nov 26

How to Use React Context API for State Management (Without Prop Drilling)

Managing state in React can be tricky especially when you have deeply nested components and lots of...

Learn More 0 0Oct 7

State management in Umami codebase - Part 1.0

Inspired by BulletProof React, I applied its codebase architecture concepts to the Umami...

Learn More 0 0Dec 8

State management in Umami codebase - Part 1.1

Inspired by BulletProof React, I applied its codebase architecture concepts to the Umami...

Learn More 0 0Dec 9

Efficient State Management in Next.js App Router with next-state-adapter

Managing state efficiently in a Next.js App Router environment can be challenging, especially when...

Learn More 2 2Feb 19

Do You Need State Management in 2025? React Context vs Zustand vs Jotai vs Redux

An honest look at when React's built-in state is enough, and when to reach for Zustand, Jotai, or Redux. Real-world decision framework included.

Learn More 7 5Dec 4

A Beginner’s Guide to State Management in React with Zustand

Introduction State management is crucial for any React application, but traditional...

Learn More 2 0Dec 23 '24

The Great StatefulWidget Debate: My Bizarre Flutter Interview Experience

The Interview That Left Me Shook So there I was, sitting in a virtual meeting room, ready...

Learn More 2 1Feb 22

Singleton with IIFE for state management in JavaScript

Ever needed a centralized configuration manager in your JavaScript app? 🤔 In modern...

Learn More 2 1Jun 23

Getting Started with Redux Toolkit: A Beginner's Guide

Redux is a powerful state management library but setting it up can be overwhelming for beginners....

Learn More 0 0Feb 3

State Management in Angular with NgRx: A Complete Guide

Introduction Managing state in large Angular applications can become challenging. This is...

Learn More 4 0Mar 26

Harnessing the Power of RxJS with React for Asynchronous Operations

RxJS with React RxJS (Reactive Extensions for JavaScript) is a powerful library for...

Learn More 1 0Dec 19 '24

Complete Guide to Flutter's Built-in State Management: Master setState, InheritedWidget, and BuildContext

Introduction: Why Master Flutter's Native State Management First? Before diving into...

Learn More 5 1May 25

Simplified State Management with useRQState: A Better Alternative to useState

Imagine this: you're building a React app, and suddenly, state management spirals out of control. You...

Learn More 5 4Dec 23 '24

5 React State Management Tools Developers Actually Use in 2025

TL;DR: Managing state in React can be challenging as apps scale. This guide explores five top React...

Learn More 4 1Oct 14

Ditch Redux Already?! Building Scalable State with Recoil & React that Doesn’t Drive You Insane

Ditch Redux Already?! Building Scalable State with Recoil & React that Doesn’t Drive You...

Learn More 0 0Sep 19

The Simplest Way to Manage State in React

Why I Built use-s-react I've always liked React's functional style, but when it comes to...

Learn More 1 0Jul 7

Not Just Another Redux Article: Learning Redux from Its Source Code

Let’s go beyond the usual Redux tutorials. In this case study, we’ll learn the core concepts and APIs...

Learn More 0 0May 4

🤯Still Confused About Flutter Provider? Let’s Break It Down!

State management in Flutter can feel overwhelming, especially when you're starting out. You've...

Learn More 3 0Jul 18

🔁 Why I Still Use BLoC in 2025 - And Why It Still Works

"Isn’t BLoC outdated?" "Why not use something simpler like Provider?" "Riverpod is better,...

Learn More 1 0Jul 5

How JavaScript Proxies Are Enhancing State Management

State management is a crucial aspect of modern web development, particularly in complex applications...

Learn More 1 0Feb 27

Why Redux Toolkit Outshines Traditional Redux for Modern State Management? 🚀

Managing state in complex web applications can be challenging, and while traditional Redux has been a...

Learn More 0 0Mar 10

Angular Signals: The Future of State Management in Angular?

Sure! Here's a compelling, engaging, and value-packed dev.to post on "Angular Signals" tailored to...

Learn More 0 0Apr 30

🧠 Say Goodbye to UseState Hell: The Secret Weapon to Manage Complex State in React

🧠 Say Goodbye to useState Hell: The Secret Weapon to Manage Complex State in React Tired...

Learn More 0 0Sep 15