fx-sdk
v24.5.38
Published
A React SDK for building Pega applications with modern React practices.
Readme
Bovemij React SDK
A React SDK for building Pega applications with modern React practices.
Installation
npm install bovemij-react-sdkUsage
import PegaSDK from "bovemij-react-sdk";
function App() {
return <PegaSDK />;
}Features
- Modern React implementation
- TypeScript support
- ESM and CommonJS builds
- Built-in routing
- Material-UI integration
Development
# Install dependencies
npm install
# Build the package
npm run build
# Start development server
npm run start-devLicense
MIT
