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


i want build onboarding in web app. see attached image example. more specific, not sure approach take.

marquee onboarding

if there resources can point me to, great.

also, how 1 ensure these onboarding steps shown once? persist in database or use other approach?

you may want take @ chardin.js.

as persistence, go database storing. if use cookies, localstorage, etc. users see instructions if use browser or different computer.


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -