How do big webapps display tutorials to new users on how to use their web app and/or how do they show these tutorials to users when they add a new feature to the web app. My main stack is react and node js, but there must be a more generic implementation of such a feature. Any ideas on how it is implemented? By display tutorials I mean in the form of a modal pop up which might have buttons like next step or skip the tutorial.
This post has some good framework agnostic examples: https://blog.bitsrc.io/7-awesome-javascript-web-app-tour-libraries-6b5d220fb862?gi=8787a5bbbbea
I can also recommend a React library which was nice to use: https://github.com/elrumordelaluz/reactour