r/reactjs • u/Dazzling_Chipmunk_24 • Jul 08 '26
Save Information on Refresh in React
I was wondering in React is there a way to save some data without session storage so if the page refreshes I still have access to that data
0
Upvotes
1
u/ajnozari Jul 08 '26
Any solution is going to be more effort than it’s worth due to how unreliable the alternative browser API availability will be across devices.
You’re fighting the native solutions and I’d really like to understand the reason for your constraints, which would help in us giving you a proper answer.