Hey,
I wanted to know if there is a way to use state variables in diffrent pages while keeping the data in the variable.
I saw this post that looks to relate to my issue but maybe there is a better more robust way.
Thank you
Hey,
I wanted to know if there is a way to use state variables in diffrent pages while keeping the data in the variable.
I saw this post that looks to relate to my issue but maybe there is a better more robust way.
Thank you
To keep the state across multiple pages, you can
globalThis.localStorage
in dynamic expression as suggested in the other postThanks
Hey, I know that many of the low-code platforms enable it as a built in product just like state variables. so maybe it can be also as a proposition.
Either way thank you for the solution.