Skip to content

Commit 81c1d8c

Browse files
authored
docs(get-started): Documents React version support. (#4513)
1 parent 16a3a20 commit 81c1d8c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • packages/documentation-site/patternfly-docs/content/get-started

packages/documentation-site/patternfly-docs/content/get-started/develop.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: Develop with PatternFly
44
section: get-started
55
---
66
import './get-started.css';
7+
import {Alert} from '@patternfly/react-core';
78

89
## Getting started
910

@@ -19,6 +20,10 @@ In order to develop with PatternFly, you will need to:
1920

2021
## Develop with React
2122

23+
<Alert title="Version support" variant="info" isInline>
24+
PatternFly supports the 2 most recent versions of React at a time. PatternFly 6 currently supports React 17 and 18, [with support for React 19 coming soon](https://github.com/orgs/patternfly/projects/16/views/23?pane=issue&itemId=83947829&issue=patternfly%7Cpf-roadmap%7C201).
25+
</Alert>
26+
2227
[PatternFly's React library](https://github.com/patternfly/patternfly-react) contains a collection of components that you can use to build interfaces with consistent markup, styling, and behavior. It is composed of a number of React packages, which are published in the following npm packages:
2328

2429
* [@patternfly/react-core](https://www.npmjs.com/package/@patternfly/react-core): Most React core components.

0 commit comments

Comments
 (0)