Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in state-management

Why it's recommanded to use Bloc pattern in large projects?

Why most of the codes use Provider package and don't use GetX/Riverpod/Bloc? [closed]

Adding persist middleware to zustand store

Flutter: Saving the state of a page even after navigating between screens

Flutter State Management - architecture used

Flutter: What is the need of state management libraries when I can use global variables and use setState instead?

Flutter_bloc: ^8.0.0 State does not rebuild when emitting the same state with different props

how to update selected radio button in flutter using getx statemanagment

Flutter: setState() working, but not re-rendering

Why to use Context and Provider given SolidJS reactivity?

state-management solid-js

When to use setState() if you are already using bloc or provider or anything? or is a bad practice overall

Equivalent of ChangeNotifierProvider widget in Riverpod

Text fields with validation in the Flutter BLoC library

How do I pass data from server component to client component in Next.js 14 app router?

can I use Getx and Bloc state management in one project ( Social Network app , big project ) without problems?

Asp.Net ViewState performance

Assigning DataTable to ViewState is a good way?

Confusion between mobx-state-tree and mobx-keystone. When to use which?

react-query: Refetch Query only if the state variable is changed

Where and when should I store values in BLoC itself or its state