What would the process/logic look like for only first-time users to see a walkthrough? I want to avoid it loading every time when a user revisits the web app.
I'm not using auth.
Make a walkthrough only show for first-time users
Actions & Logic
Currently using an app state variable that's set to "true".
Then on the page, I have a conditional action that starts the walkthrough if it is "true". On completion or skip, I update the app state to "false".
For some reason, the walkthrough isn't starting at all right now. What am I doing wrong?
Yes
4
2 replies