https://github.com/pegasystems/react-sdk-components
The React SDK Components repo is used to create the @pega/react-sdk-components and @pega/react-sdk-overrides npm packages used by the Pega Constellation React SDK. These packages provide the initial set of components used by the React SDK to render DX Components with a design system other than Pega Constellation design system.
https://github.com/pegasystems/react-sdk-components
infinity pega
Last synced: 4 months ago
JSON representation
The React SDK Components repo is used to create the @pega/react-sdk-components and @pega/react-sdk-overrides npm packages used by the Pega Constellation React SDK. These packages provide the initial set of components used by the React SDK to render DX Components with a design system other than Pega Constellation design system.
- Host: GitHub
- URL: https://github.com/pegasystems/react-sdk-components
- Owner: pegasystems
- License: apache-2.0
- Created: 2022-11-30T15:52:57.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2026-02-24T17:08:03.000Z (4 months ago)
- Last Synced: 2026-02-24T21:42:37.290Z (4 months ago)
- Topics: infinity, pega
- Language: TypeScript
- Homepage: https://community.pega.com/marketplace/components/react-sdk
- Size: 24.7 MB
- Stars: 9
- Watchers: 9
- Forks: 7
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README

# React SDK Components
The **React SDK Components** repo is used to create the [**@pega/react-sdk-components**](https://www.npmjs.com/package/@pega/react-sdk-components)
and [**@pega/react-sdk-overrides**](https://www.npmjs.com/package/@pega/react-sdk-overrides) npm packages
used by the Pega [**Constellation React SDK**](https://community.pega.com/marketplace/component/react-sdk).
These packages provide the initial set of components used by the **React SDK** to render DX Components with
a design system other than Pega Constellation design system.
This repository is provided to allow **React SDK** users easier access to the source code for
the DX Components that are in the npm packages mentioned above. As a public repo, we expect
that most users will use it as a reference to review and learn from the code that's in the
npm packages.
To create a project to use the Constellation React SDK, please use the **React SDK**. You can get started
with the React SDK using the information (including pointers to online documentation) at
[**Pega Community**](https://community.pega.com/marketplace/component/react-sdk) and the React SDK code
on [**GitHub**](https://community.pega.com/marketplace/component/react-sdk).
## Packages in this repo
* [**react-sdk-components**](https://www.npmjs.com/package/@pega/react-sdk-components)
This package contains the source code for the Pega-provided **bridge** (in src/bridge)
from the [**ConstellationJS Engine**](https://www.npmjs.com/package/@pega/constellationjs) to
the **DX components** (in src/components). The DX Components are a reference implementation that
use the [Material UI](https://v4.mui.com/) design system. The bridge and components are
published in the [**@pega/react-sdk-components**](https://www.npmjs.com/package/@pega/react-sdk-components)
npm module.
* [**react-sdk-overrides**](https://www.npmjs.com/package/@pega/react-sdk-overrides)
Scripts in this repo process the components in the **react-sdk-components** package to provide
an initial implementation for SDK users who want to **override** the React SDK's Pega-provided
implementation. The source code for these override components is published in the
[**@pega/react-sdk-overrides**](https://www.npmjs.com/package/@pega/react-sdk-overrides) npm module.
## License
This project is licensed under the terms of the **Apache 2** license.
You can see the full license [here](LICENSE) or directly on [apache.org](https://www.apache.org/licenses/LICENSE-2.0).
## Contributing
We welcome contributions to the React SDK Components project.
Refer to our [guidelines for contributors](./docs/CONTRIBUTING.md) if you are interested in contributing to the project.
## Additional Resources
* [Constellaton React SDK on Pega Community](https://community.pega.com/marketplace/component/react-sdk)
* [Constellation React SDK code](https://github.com/pegasystems/react-sdk)
* [Constellation SDKs Documentation](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/constellation-sdks.html)
* [Troubleshooting Constellation SDKs](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/troubleshooting-constellation-sdks.html)
* [MediaCo sample application](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/mediaco-sample-application.html)
* [Material UI](https://v4.mui.com/)