reactstrap
by
reactstrap

Description: Simple React Bootstrap 5 components

View on GitHub ↗

Summary Information

Updated 18 minutes ago
Added to GitGenius on February 18th, 2025
Created on February 19th, 2016
Open Issues & Pull Requests: 324 (+0)
Number of forks: 1,284
Total Stargazers: 10,517 (+0)
Total Subscribers: 158 (+0)

Issue Activity (beta)

Open issues: 117
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 1,802 days
Stale 30+ days: 117
Stale 90+ days: 113

Recent activity

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

Top labels

  • bug (33)
  • question (29)
  • help wanted (27)
  • enhancement (26)
  • up-for-grabs (21)
  • Hacktoberfest (19)
  • PR Welcome (18)
  • docs (18)

Most active issues this week

No issue events were indexed in the last 7 days.

Repository Insights (GitGenius)

Median issue/PR response: 126.2 days
Mean response time: 822.0 days
90th percentile: 2515.8 days
Tracked items: 44

Most active contributors

Detailed Description

Reactstrap is a React component library that provides stateless Bootstrap 5 components for building user interfaces. The library serves as a bridge between React and Bootstrap, offering pre-built UI components that follow React composition patterns while leveraging Bootstrap's styling and design system. Unlike some Bootstrap integration libraries, reactstrap does not depend on jQuery or Bootstrap's JavaScript, making it a lightweight option for React applications that need Bootstrap-styled components without the associated dependencies.

The core philosophy of reactstrap emphasizes composition and control through props.children rather than named component props. The library uses attributes like isOpen for state management, toggle for callbacks, color for applying Bootstrap color classes, size for controlling dimensions, and tag for customizing component output. This design approach allows developers to compose content flexibly while maintaining clean, predictable component APIs. For advanced positioning features like tooltips, popovers, and auto-flipping dropdowns, reactstrap relies on Popper.js through the react-popper library.

Getting started with reactstrap involves installing the library alongside React and React DOM as required peer dependencies, then importing Bootstrap CSS separately since reactstrap does not bundle styling. The library includes comprehensive documentation at reactstrap.github.io, powered by Algolia's DocSearch for easy searching. CodeSandbox examples are available in a separate repository to help developers experiment with components interactively.

According to GitGenius activity tracking, the repository shows median issue and pull request response latency of approximately 3030 hours with a mean of 19727 hours across 44 tracked items, indicating variable response times. The most active issue labels are bug with 5 occurrences, up-for-grabs with 5 occurrences, and enhancement with 3 occurrences. Key contributors tracked by GitGenius include illiteratewriter with 15 events, sbaechler with 6 events, and jSadoski with 5 events. The repository shares overlapping contributors with microsoft/vscode, microsoft/typescript, and home-assistant/core, suggesting cross-project collaboration within the broader React and web development ecosystem.

Development workflow uses webpack dev server for running examples locally and includes automated release management through the release-please GitHub action. When a release branch is merged, the package is automatically published and documentation is deployed to the project website. The library has been adopted by numerous organizations and projects including airframe-react for data-intensive web applications, CoreUI for admin templates, DevExtreme for grids and charts, and Jimu UI for ArcGIS Experience Builder. The project encourages community contributions and provides a component-template repository for developers building reusable components on top of reactstrap.

reactstrap
by
reactstrapreactstrap/reactstrap

Repository Details

Fetching additional details & charts...