You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**SDK-R v24.1.10** is **only compatible with Pega Infinity '24.1** and is related to the [**release/24.1.10**](https://github.com/pegasystems/react-sdk/tree/release/24.1.10) branch of the React SDK repository.
5
+
**SDK-R v24.2.10** is **only compatible with Pega Infinity '24.2** and is related to the [**release/24.2.10**](https://github.com/pegasystems/react-sdk/tree/release/24.2.10) branch of the React SDK repository.
6
6
<br>
7
7
8
8
**Note**: The main branch is the active development branch for future versions of React SDK.
9
9
10
-
This release allows React SDK users to take advantage of the latest SDK enhancements and fixes. For more information, see [**What's New in SDK-R 24.1.10**](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/react-sdk-updates.html).
10
+
This release allows React SDK users to take advantage of the latest SDK enhancements and fixes. For more information, see [**What's New in SDK-R 24.2.10**](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/react-sdk-updates.html).
11
11
<br />
12
12
13
13
This
@@ -16,12 +16,10 @@ about all of the React SDK releases.
16
16
17
17
<hr>
18
18
19
-
20
-
***IMPORTANT:*** Please follow the guidelines documented here if you are upgrading from a previous version of React SDK: [Upgrading the SDK](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/upgrading-sdk.html)
19
+
**_IMPORTANT:_** Please follow the guidelines documented [here](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/upgrading-sdk.html) if you are upgrading from a previous version of React SDK: Upgrading the SDK
21
20
22
21
---
23
22
24
-
25
23
# Overview
26
24
27
25
The **React SDK** combined with Pega's client orchestration APIs provides a guided iterative development workflow experience that accelerates integrating Pega’s Constellation DX API with an alternative (non-Pega) UI. Integrating an alternative design system is achieved using DX Components.
@@ -40,42 +38,44 @@ A summary of the latest updates to the **@pega/react-sdk-components** and
40
38
41
39
## Pega Infinity Server and Constellation-enabled Application
42
40
43
-
This version of the React SDK assumes that you have access to a Pega Infinity server (**24.1.0+**) running an application that is configured to run using the Constellation UI service.
41
+
This version of the React SDK assumes that you have access to a Pega Infinity server (**24.2.0+**) running an application that is configured to run using the Constellation UI service.
44
42
45
-
The **MediaCo** sample application is already configured as a Constellation application and can be found in the React SDK download associated with this repo which is available at [https://community.pega.com/marketplace/components/react-sdk](https://community.pega.com/marketplace/components/react-sdk). The OAuth 2.0 Client Registration records associated with the **MediaCo** application are available in the same React SDK download. For more information about the MediaCo sample application, see [MediaCo sample application](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/mediaco-sample-application.html).
43
+
The **MediaCo** sample application is already configured as a Constellation application and can be found in the React SDK download associated with this repo which is available [here](https://community.pega.com/marketplace/components/react-sdk). The OAuth 2.0 Client Registration records associated with the **MediaCo** application are available in the same React SDK download. For more information about the MediaCo sample application, see [MediaCo sample application](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/mediaco-sample-application.html).
46
44
47
45
The **React SDK** has been tested with:
48
-
- node 18.12.1/18.13.0
49
-
- npm 8.19.2/8.19.3 - **Note: Do not use _npm 9_**
50
-
51
-
Future updates to the SDK will support more recent LTS versions of node as Constellation supports them.
52
46
53
-
**Before** installing and running the SDK code, refer to [Downloading the Constellation SDK files](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/installing-constellation-sdks.html) for steps to prepare your Infinity server and node environment so you can proceed with the steps in the next section.
47
+
- node 20.12.1
48
+
- npm 10.5.0
54
49
50
+
Future updates to the SDK will support more recent LTS versions of node as Constellation supports them.
55
51
52
+
**Before** installing and running the SDK code, refer to [Downloading the Constellation SDK files](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/installing-constellation-sdks.html) for steps to prepare your Pega Infinity server and node environment so you can proceed with the steps in the next section.
56
53
57
54
<br>
58
55
59
56
---
57
+
60
58
# Installing and Running the Application
59
+
61
60
The following procedures provide an overview of installing Constellation SDKs and running the application. For more information, see [Installing and configuring Constellation SDKs](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/installing-configuring-constellation-sdks.html).
62
61
63
62
# Developing with the SDKs
63
+
64
64
You can find more details on how to integrate the latest React SDK into your development workflow and also instructions on the new using the new DX Component Builder for SDK features.
65
65
66
66
For more information, see [Development](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/development.html).
67
67
68
68
# Troubleshooting
69
-
If you are facing any issues, please see [Troubleshooting Constellation SDKs](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/troubleshooting-constellation-sdks.html).
70
69
70
+
If you are facing any issues, please see [Troubleshooting Constellation SDKs](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/troubleshooting-constellation-sdks.html).
71
71
72
72
---
73
73
74
-
## License
74
+
## License
75
75
76
76
This project is licensed under the terms of the **Apache 2** license.
77
77
78
-
>You can see the full license [here](LICENSE) or directly on [apache.org](https://www.apache.org/licenses/LICENSE-2.0).
78
+
>You can see the full license [here](LICENSE) or directly on [apache.org](https://www.apache.org/licenses/LICENSE-2.0).
79
79
80
80
<br>
81
81
@@ -89,18 +89,17 @@ Refer to our [guidelines for contributors](./docs/CONTRIBUTING.md) if you are in
89
89
90
90
<br>
91
91
92
-
93
92
---
94
93
95
94
## Additional Resources
96
95
97
-
*[**KeyReleaseUpdates.md**](./node_modules/@pega/react-sdk-components/lib/doc/KeyReleaseUpdates.md): A summary of the latest updates to the **@pega/react-sdk-components** and
98
-
**@pega/react-sdk-overrides** used by the React SDK can be found in the
* To see if there are updates in the @pega/react-sdk-components and
101
-
@pega/react-sdk-overrides packages published in a newer version than is
102
-
currently installed, you can check the [package's main GitHub repo's **KeyReleaseUpdates.md**](https://github.com/pegasystems/react-sdk-components/blob/master/packages/react-sdk-components/doc/KeyReleaseUpdates.md).
-[**KeyReleaseUpdates.md**](./node_modules/@pega/react-sdk-components/lib/doc/KeyReleaseUpdates.md): A summary of the latest updates to the **@pega/react-sdk-components** and
97
+
**@pega/react-sdk-overrides** used by the React SDK can be found in the
- To see if there are updates in the @pega/react-sdk-components and
100
+
@pega/react-sdk-overrides packages published in a newer version than is
101
+
currently installed, see the [**KeyReleaseUpdates.md** file in the package's main GitHub repo](https://github.com/pegasystems/react-sdk-components/blob/master/packages/react-sdk-components/doc/KeyReleaseUpdates.md).
0 commit comments