Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ For details about the technology stack upgrades, refer to [Technology Stack](/te
- ### WMX component preview in React Preview <Pill type="web" />

React Preview now supports previewing WMX components, using a centralized preview model.

- ### Service layer in generated React code <Pill type="web" />

Generated React apps now include a dedicated service layer, so API and variable calls are exposed as typed service functions instead of being inlined into page components — making the generated code easier to read, extend, and hand off to developers.
</Accordian>

<Accordian title="Backend">
Expand Down