Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in state-management

Flutter riverpod automatic state change based on event

"Good" way how to update state (from its previous value) in React

Best Practice for storing temp data across States in Bloc

Flutter: Management of the state of multiple items in a list view using ChangeNotifierProvider

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?