app-sdk icon indicating copy to clipboard operation
app-sdk copied to clipboard

Parse URL params into AppBridgeState

Open lkostrowski opened this issue 2 years ago • 0 comments

Dashboard renders app with required params (theme, domain...) but also can add some context data like product id etc.

These params are available in URL when apps loads but can be lost when app gets redirects etc.

AppBridge can ensure its persistence by parsing all params from URL and adding them into state

lkostrowski avatar Dec 05 '22 07:12 lkostrowski