Skip to content

Instantly share code, notes, and snippets.

@shethj
shethj / README.md
Last active October 25, 2024 06:55
Sample overrides/app/routes.jsx to support hybrid deployment - Non Extensibility

Sample app/routes.jsx to support hybrid deployment - Non Extensibility

This gist includes sample code which supports hybrid deployment in PWA Kit retail react app. This code mainly demonstrates updating routes in a PWA Kit project generated using version 3.0.0 later with extensibility disabled.

@shethj
shethj / Readme.md
Last active October 25, 2024 06:56

Sample overrides/app/routes.jsx to support hybrid deployment

This gist includes sample code which supports hybrid deployment in PWA Kit retail react app. This code mainly demonstrates overriding routes in a PWA Kit project generated using version 3.0.0 later with extensibility enabled.

@shethj
shethj / Readme.md
Last active October 25, 2024 06:56

Sample Auth.js to support hybrid deployment

This gist includes sample code which supports hybrid deployment in PWA Kit retail react app. The major changes are in auth.js where the authentication module supports storing auth tokens as cookies and login(..) function calls the /sessions OCAPI endpoint to bridge sessions between PWA Kit and SFRA sites.

If you generated a PWA Kit project prior to v2.7.1, you need to adopt the changes from this file in your project.

Code diffs are available in the PR: https://github.com/SalesforceCommerceCloud/pwa-kit/pull/1159/files