A hook to reset the store: ```JavaScript function onClickHandler() { const initialValue = { user: null, loggedIn: false } useResetStore(initialValue) } ```