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
As part of the initiative to move features in separate and optional libraries, we like to move Checkout out of the core and component library. As a result, the Checkout feature should be optional, lazily loaded (code split).
Ideally, we introduce this change as an optional change during a minor release, but there's a change that we can only do this with breaking changes.
The text was updated successfully, but these errors were encountered:
I created this sub ticket for creating the library in case the person working on this issue wants to use it #10596. (You can delete it if you don't want it)
The checkout code is now separated out in a feature library. The checkout library supports lazy loading.
Lazy loading features when they are needed makes the initial storefront app download size smaller and therefore improves performance.
closesGH-10286
Uh oh!
There was an error while loading. Please reload this page.
As part of the initiative to move features in separate and optional libraries, we like to move Checkout out of the core and component library. As a result, the Checkout feature should be optional, lazily loaded (code split).
Ideally, we introduce this change as an optional change during a minor release, but there's a change that we can only do this with breaking changes.
The text was updated successfully, but these errors were encountered: