We should have the "How to play" instructions modal already open on a user's first visit to the site.
We can use the useLocalStorage hook to save whether it is a user's first visit. Alternatively, we could use the existence of the "current-streak" key in local storage to determine if the user has played before.
We should have the "How to play" instructions modal already open on a user's first visit to the site.
We can use the
useLocalStorage
hook to save whether it is a user's first visit. Alternatively, we could use the existence of the "current-streak" key in local storage to determine if the user has played before.