gilbarbara/react-joyride

Create guided tours in your apps

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 15 minutes ago
Added to GitGenius on September 8th, 2026
Created on August 28th, 2015
Open Issues & Pull Requests: 5 (+0)
GitHub issues: Enabled
Number of forks: 595
Total Stargazers: 7,856 (+0)
Total Subscribers: 48 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 15.0 hours
Mean response time: 27.2 days
90th percentile: 79.4 days
Tracked items: 85

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 7% of issues opened in the past year have been closed. Three people close 93% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 2
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 32 days
Stale 30+ days: 1
Stale 90+ days: 0

Recent activity

Opened in 7 days: 1
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • help wanted (5)
  • waiting reponse (5)
  • bug (4)
  • enhancement (2)
  • no response (2)
  • react-floater (2)
  • ui (2)
  • V3 (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

React Joyride is a React component library for creating guided tours in applications.

The tool addresses the need to onboard new users and explain feature functionality through interactive step-by-step tours. It works by accepting a configuration of steps that define tour targets and content, then rendering tooltips and focus management around those elements. The library handles the orchestration of tour progression, user interactions, and visual presentation.

Developers should choose this tool if they need a lightweight, accessible tour solution that integrates smoothly with modern React applications. It suits projects using React 16.8 and later, including those built with server-rendering frameworks like Next.js and Remix. The library emphasizes ease of setup—requiring only step configuration to get started—while offering customization through custom components and styles for teams with specific design requirements. Accessibility is built in with focus trapping, keyboard navigation, and ARIA support.

The project maintains active development with regular updates supporting the latest React versions through React 19. The codebase is written in TypeScript, providing type safety for developers integrating the library. Documentation is comprehensive, including a migration guide for users upgrading from earlier versions, alongside interactive demos and a live playground for experimentation.