Questions tagged [state-management]

1074 questions
-1
votes
1 answer

flutter save page state after routing

how can i save page state after routing, when routing and going back to the concern page it has the initial state when starting the app, every modification on the page (setState) is gone. how to solve it and thanks.
Wassef Hassine
  • 282
  • 7
  • 26
-1
votes
1 answer

Riverpod does not maintain state after reload in Flutter Web

I was trying to add pagination to a web app using Riverpod but it seems that doesn't maintain state after reloading the page. Then I tried with the official counter app example, and after increasing the count and reloading the count does reset to…
chessasuke
  • 17
  • 1
  • 6
-1
votes
1 answer

How to change bloc state data after a request without sending the request again?

i'm new to flutter and i'm having some trouble with data managment using bloc. I`m building an app that make a request(get_things) using bloc and recieve as response a list of objects( example: {"things": [{"id": 1, "color" : "green"},{"id":2 ,…
-1
votes
2 answers

Right way to use State management with NGXS in angular

I am a BE dev and now I'm learning Angular 6. I'm really interested in State management using NGXS. I have several concerns with an example below: I have an endpoint which return a set, about 16-20k records, of Accounts. This endpoint will be called…
Trung Bún
  • 1,117
  • 5
  • 22
  • 47
-1
votes
1 answer

unable to manage state using redux in react native project

I'm new to react native development. And I have created this sample note application using Redux for react native. In this application user must be able to add a note and that note needs to be managed via redux store. And I have created required…
-1
votes
1 answer

conditional input box rendering

i am new in react js. i have one drop down in react js and there is two options 1. Company 2. Individual`