gilbarbara / react-joyride

Create guided tours in your apps
https://react-joyride.com/
MIT License
6.62k stars 519 forks source link

create multi route tour in next js using react-joyride #999

Closed ZeeshanMustfai closed 4 months ago

ZeeshanMustfai commented 4 months ago

🐛 Bug Report

I have a next js web app. And app has 5 pages with client-side rendering and I want to implement a tour using react-joyride into the whole app.

Currently, I have implemented it one by one page, and it's working fine. But I need to implement a tour that will start from the first page to the last page smoothly.