Articles by Tag #state

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

SwiftUI Data Flow & Unidirectional Architecture

SwiftUI looks simple — until data starts flowing in both directions. That’s when you see: UI...

Learn More 0 0Dec 12 '25

Reusable ViewModel Architecture for SwiftUI

SwiftUI has evolved fast — especially with the new @observable macro, improved data flow, and better...

Learn More 0 0Dec 1 '25

SwiftUI Navigation State Restoration (Cold Launch, Deep Links & Tabs)

Modern SwiftUI apps don’t just navigate — they restore context. Users expect: the same screen...

Learn More 0 0Jan 4

Global AppState Architecture in SwiftUI

As SwiftUI apps grow, one question always comes up: “Where does this state live?” authentication...

Learn More 0 0Dec 17 '25

State Management in SwiftUI: The Complete Guide

State management is the core of SwiftUI. It decides: how your UI updates how your logic...

Learn More 0 0Dec 11 '25

SwiftUI View Identity & Lifecycle: Why Views Recreate & State Resets

One of the most confusing things about SwiftUI is this: “Why did my view recreate?” “Why did my...

Learn More 1 0Dec 15 '25

🚀 Gestión de estado en React

Esta guía explora dos patrones poderosos para manejar el estado en aplicaciones React que superan las...

Learn More 0 0Sep 12 '25

🏃‍♂️State management with Zustand!

Many ways to do global state management nowadays, but zustand comes with such a simplicity...

Learn More 0 0Sep 21 '25

Managing the React useState hell

React depends heavily on immutable data to detect changes. You define state explicitly, and React...

Learn More 0 0Feb 15

Stategraph: Deploy on AWS with Terraform Part 1

Crossposted from https://manuchandrasekhar.com/posts/2026/02-01-stategraph-aws-deployment/ If...

Learn More 0 0Feb 3

b-state Blazor state manager

When building modern web applications, managing state efficiently becomes crucial. In Blazor, as in...

Learn More 1 0May 6 '25

🧠 State Management in Flutter: Choosing Between Bloc, Riverpod, and Provider

Flutter makes building beautiful UIs fast and fun — but what happens when your app starts growing?...

Learn More 1 0May 6 '25

Building a Multi-Module Angular Application with NgRx

Angular's modular design and NgRx state management allow for the maintainable, performant, and...

Learn More 1 0May 20 '25

State Management in Flutter: Riverpod 2.0 vs. Bloc vs. Provider

In 2025, Flutter remains a top choice for cross-platform apps, and choosing the right state...

Learn More 0 1Aug 7 '25

Understanding Component State Management in React

Understanding Component State Management in React React has revolutionized frontend...

Learn More 0 0Mar 28 '25

Undo/redo state in React with event sourcing

In a recent technical interview, I was asked to implement undo/redo functionality for a canvas...

Learn More 0 0Jun 20 '25

Why Do We Need to Manage the State of an Application?

A week ago, an interviewer asked me: Why do we need to manage state in a frontend application? Why...

Learn More 0 0Jul 5 '25

Optimal State Management Strategy for React: A Practical Three-Tiered Approach

As React applications grow in complexity, one of the most critical challenges developers face is...

Learn More 0 0Aug 20 '25

Menguasai State Management & Integrasi API dalam Flutter: Panduan Komprehensif

Pendahuluan Pengembangan aplikasi mobile modern membutuhkan manajemen state yang efisien...

Learn More 0 0Apr 16 '25

Synchronizing Terraform State Files to External Storage from TFC/TFE

As organizations scale their infrastructure with Terraform, managing state becomes increasingly...

Learn More 0 0Apr 7 '25

What is 'use client' in Next.js?

Next.js App Router defaults all components to Server Components. The "use client" directive marks a...

Learn More 0 0Sep 23 '25

Mastering useState in React

Learn about state management in React using the useState hook, including its benefits and how it works.

Learn More 0 0Sep 4 '25

react state management

A post by Christian Boffill

Learn More 0 0Jul 7 '25

Building the Future State: Introducing Helpothon Government to Modern Developers

Building the Future State: Introducing Helpothon Government to Modern Developers The transition from...

Learn More 0 0Jan 31

remember vs derivedStateOf vs snapshotFlow in Compose

remember vs rememberSaveable, derivedStateOf for state-to-state optimization, snapshotFlow for...

Learn More 0 0Mar 2

remember vs derivedStateOf vs snapshotFlow in Compose

remember vs rememberSaveable, derivedStateOf for state-to-state optimization, snapshotFlow for...

Learn More 0 0Mar 2

Zustand vs Redux em 2025

# Gerenciador de Estado: A Escolha Certa Para o Seu Projeto Gerenciar o estado em aplicações web...

Learn More 0 0Feb 11

Zustand vs Redux in 2025

[object Object]

Learn More 0 0Feb 11