79597999

Date: 2025-04-29 09:17:32
Score: 2
Natty:
Report link

In typical single page application like react, developer use state management like you mentioned. State management stores that in memory (this is default behaviour), so if you refresh the page, the state could be lost. But if you go to the page by clicking a button/navbar, SPA framework will replace the with another component, so technically, content of the state management will not be lost.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Samuel