#save select component state with nextjs
2 messages · Page 1 of 1 (latest)
yes, refreshing a page will wipe the page state for any react component, not just mantine
mantine exports a hook for session storage if you want it to persist
https://mantine.dev/hooks/use-local-storage/#use-session-storage
you can also use the local storage hook if you want it to persist on browser close