React starter pack
Based on the React 17 framework, use the React starter pack to build a custom React front-end experience for applications from which users can view, create, and update Pega cases and assignments. See Supported features for a full list of components that you can create using the React starter pack. The starter pack also provides an embedded experience where you can embed a Pega case experience within another React-based application. This allows you to use the starter pack’s components in the “host” application’s UI. For more information, see Application implementation examples.
Minimum required development environment
You will need the following to set up a development environment to create components using the React starter pack:
- Node version 14.16.1. Download the required version here.
- NPM version 7.11.2. Automatically downloaded with Node.
- (Optional) NVM version 0.37.2. See nvm-sh for details.
- IDE such as Visual Studio Code or ATOM
Previous topic Angular starter pack Next topic Vue starter pack