React Showcase Examples
Live entry points under the React Showcase:
| Area | URL | Related docs |
|---|---|---|
| Showcase home / local state | /showcases/react/state/local-state | Local State |
| Simple form | /showcases/react/state/local-state/simple | Field Validation, Form Validation |
| Complex form | /showcases/react/state/local-state/complex | Validation Groups, Dynamic Fields |
| Performance form | /showcases/react/state/local-state/performance | Performance |
| Redux Toolkit | /showcases/react/state/redux-toolkit | Redux Toolkit |
| Zustand | /showcases/react/state/zustand | Zustand |
Single-host routes use the same paths under /showcases/react/.
Package guidance
For provider setup, hooks, troubleshooting, and API details, stay in the React Package section:
Source location
Application code lives in apps/react-showcase/. Start it with:
npm run serve:react-showcase
Or launch every application from the Portal with npm run start:multi-host / npm run portal.