Discussion
Pegasystems Inc.
US
Last activity: 29 Jun 2022 8:58 EDT
React SDK update – SDK-R.87.3 now available!
A new release of the React SDK is now available – SDK-R.87.3
Marketplace download: https://community.pega.com/marketplace/components/react-sdk
Github code repository: https://github.com/pegasystems/react-sdk
Updates include:
- Added support for Infinity 8.7.2
- Added use of npm dependency to get necessary ConstellationJS Engine files (see package.json @pega/constellationjs dependency). You no longer have to get and unzip the files from the Marketplace download!
- Added support for DataReference component
- Added playwright smoke tests that can be run against the MediaCo sample app
- Improvements to auth code and to make it easier to deploy the SDK on a different web server (ex: Tomcat)
- The React SDK does not include every component that a Constellation application supports. At this time, we provide the most commonly used components to get you started with your application.
Background:
The React SDK includes a bridge and components that connect the Constellation JavaScript (ConstellationJS) Engine to a React-based design system that is different than the standard React Cosmos design system. The SDK provides a front-end developer friendly NodeJS environment for building an application’s UI using a different design system than Cosmos. The alternative design system used in this React SDK is Material UI.