Description
Build the Trento webpage onboard tour demo. The idea is to experiment with one of the multiple available tools to create this onboard tour, most probably using some react library.
I want to experiment and see if this would be helpful for end users.
Goals
Build the most basic possible onboard tour. It would include: - Show the about page displaying the current version - Show how to grab the agents api key - Show how to create new users with different abilities
Resources
- https://userguiding.com/blog/react-onboarding-tour
- https://docs.reactour.dev/
- https://react-joyride.com/
- https://userguiding.com/blog/shepherd-alternatives
- https://userguiding.com/blog/introjs-alternatives
Comments
-
8 days ago by xarbulu | Reply
Finally I have concluded my experiment here. Unfortunately, many of the libraries don't support React 19, so with that limitation, I tried https://github.com/elrumordelaluz/reactour/tree/main/packages/tour
I'm pretty happy with the result. - It is really easy to implement. - It has a lot of features to customize the tour - It doesn't require to change the prod code (besides adding some identifiers to elements).
I'm not sure if we will ever have this in Trento, but I like "documentation in code" kind of feeling. We could use it explain things we want the users doing. I find it better than pointing a really long docs file.
I would have liked to upload some video/gif, but that feature is not available here yet.
Find the code here: code
Similar Projects
This project is one of its kind!