You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Learn how to make the transition from developing Commerce PHP extensions to developing Out-of-Process apps.
4
4
---
5
5
6
6
# Adobe Commerce App Developer's Guide Overview
@@ -25,7 +25,7 @@ Once you've become comfortable with the Adobe I/O infrastructure, analyze your
25
25
26
26
### Frontend development
27
27
28
-
[Spectrum](https://spectrum.adobe.com/page/principles/) provides all the tools you need to create the next generation of React-based applications. Adobe Commerce continues support of legacy PWA and Luma storefronts.
28
+
[Spectrum](https://spectrum.adobe.com/page/principles/) provides all the tools you need to create the next generation of React-based applications. Adobe Commerce continues support of legacy [PWA Studio](https://developer.adobe.com/commerce/pwa-studio/)and [Luma](https://developer.adobe.com/commerce/frontend-core/) storefronts.
29
29
30
30
### APIs
31
31
@@ -35,7 +35,7 @@ Once you've become comfortable with the Adobe I/O infrastructure, analyze your
35
35
36
36
[Adobe I/O Events for Adobe Commerce](https://developer.adobe.com/commerce/events/) makes Commerce transactional data available to App Builder using Adobe I/O. You can define the events to transmit data each time an event triggers, or only under circumstances defined within configuration rules.
37
37
38
-
### Admin development
38
+
### Admin development
39
39
40
40
The [Adobe Commerce Admin UI SDK](../admin-ui-sdk/index.md) enables an App Builder developer to extend the [Commerce Admin](https://experienceleague.adobe.com/docs/commerce-admin/start/admin/admin.html) to include custom menus and pages.
41
41
@@ -49,11 +49,11 @@ The [Adobe I/O Key/Value Storage library](https://github.com/adobe/aio-lib-state
49
49
50
50
### Filesystem
51
51
52
-
the[Adobe I/O Files library](https://github.com/adobe/aio-lib-state) provides a JavaScript abstraction on top of cloud blob storages with a simple file-system like persistence API.
52
+
The[Adobe I/O Files library](https://github.com/adobe/aio-lib-state) provides a JavaScript abstraction on top of cloud blob storages with a simple file-system like persistence API.
53
53
54
54
## Related information
55
55
56
-
View the following tutorials for more information about using App Builder to build Out-of-Process apps:
56
+
View the following tutorials for more information about using App Builder to build out-of-process apps:
57
57
58
58
*[Introduction to App Builder](https://experienceleague.adobe.com/docs/commerce-learn/tutorials/adobe-developer-app-builder/introduction-to-app-builder.html)
0 commit comments