React Joyride v3 Create guided tours in React apps. Two public APIs: the hook (recommended) and the component. Online docs: https://v3.react-joyride.com Quick Start Using the hook (recommended) Using the component The hook returns . Render in your JSX. Docs: https://v3.react-joyride.com/docs/getting-started Core Concepts The tour has two state dimensions: Tour Status : - : No steps loaded - : Steps loaded, waiting for - : but steps loading async (transitions to running when steps arrive) - : Tour active - : Tour paused (controlled mode at COMPLETE, or called) - / : Tour ended Step Lifecycle (…