简体   繁体   中英

What approach should one take to implement onboading in a web application?

I want to build onboarding in to my web app. See the attached image for an example. I would like to be more specific, but I am not sure what approach to take.

大帐篷入职

If there are resources that you can point me to, it will be great.

Also, how does one ensure that these onboarding steps are only shown once? Do we persist it in database or use any other approach?

You may want to take a look at chardin.js .

As for persistence, I would go for database storing. If you use cookies, localStorage, etc. your users will see instructions if they use another browser or a different computer.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM