ITEnthusiasm
07/18/2022, 12:55 PMsupertokens-website
to root
(for JS users). But I'm also playing with the idea of just storing complex forms in localStorage
. This is because if the user is working with a complex form and somehow ends up refreshing the page, I'd still want their data to be there. So localStorage
would theoretically solve both the navigation problem and the refresh problem for JS users. Don't know how I feel about that yet, though.