Next.js Discord

Discord Forum

Persistent input values

Unanswered
Savannah posted this in #help-forum
Open in Discord
SavannahOP
Hi, what would be the best way to ensure that input values persist? Because if I store these values in useStates and then change pages, the input values are gone.

I was thinking of localstorage, but maybe there's a better way to do this?

2 Replies

it depends, if you change the browser localstorate won't work for that case
what about database 🤣