Skip to content

Commit 9ab8b46

Browse files
authored
docs: mention Devtoberfest 2024 session (SAP#6533)
1 parent 68e9f8f commit 9ab8b46

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ Then take a look at our [Tutorial Mission](https://developers.sap.com/mission.re
9191
There you get a first glimpse at how easy it is to create an Application with UI5 Web Components for React.<br />
9292
In about an hour you will create a business dashboard from scratch and get familiar with some React basics in case you don't know them already.
9393

94+
### SAP Devtoberfest 2024 session
95+
96+
In the [SAP Devtoberfest 2024](https://www.youtube.com/watch?v=lvpN3eK39h8) session, we showcased the most prominent new features in version 2 of UI5 Web Components and UI5 Web Components for React, and provided an example of how to migrate from version 1 to version 2 using our [Codemod](https://sap.github.io/ui5-webcomponents-react/v2/?path=/docs/migration-guide--docs#codemod).
97+
9498
### SAP Devtoberfest 2023 session
9599

96100
[Here](https://www.youtube.com/watch?v=zyOxgjoSnGw) you can find the video of our session for the SAP Devtoberfest 2023 (aired Sep 29, 2023). There we briefly explain why UI5 Web Components for React exist at all, where the project fits into the SAP UI stack and what advantages our wrapper has over implementations that use pure ui5-webcomponents.

docs/MigrationGuide.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ npx @ui5/webcomponents-react-cli codemod --transform v2 \
5151
--typescript # only if you use TypeScript in your project, omit if you use JavaScript
5252
```
5353

54+
### SAP Devtoberfest 2024 session
55+
56+
In the [SAP Devtoberfest 2024](https://www.youtube.com/watch?v=lvpN3eK39h8) session, we showcased the most prominent new features in version 2 of UI5 Web Components and UI5 Web Components for React, and provided an example of how to migrate from version 1 to version 2 using our [Codemod](https://sap.github.io/ui5-webcomponents-react/v2/?path=/docs/migration-guide--docs#codemod).
57+
5458
## General changes
5559

5660
### Minimal React Version

0 commit comments

Comments
 (0)