This adds a new hook called useSsrLocalStorage to save the state to local storage. The new hooks works like useState hook except that it also saves that state to local storage. Hook is a slightly modified version of this hook so that it works better with nexts ssr and hydration.
This adds a new hook called
useSsrLocalStorage
to save the state to local storage. The new hooks works like useState hook except that it also saves that state to local storage. Hook is a slightly modified version of this hook so that it works better with nexts ssr and hydration.