High latency for viewing changes in POS extension

We are doing some UI changes in the POS extensions, and for each change, it takes at least 30 seconds to reflect in the UI, this issue leads to:

  • Not being sure if the change I made is actually the one being presented;
  • Making the entire workflow very slow;
  • We don’t have a tool to inspect the UI to make sure the component is appropriately rendered;

Is there a way to speed up updates in the POS app when working in the dev environment?

@candidogomes-smile are you experiencing this while making code changes? ie live reload? Or are you talking about making state changes and expecting your component to update?

It sounds like the former, just want to be sure.

Yeah, I’ve mentioned the live reload when I’m working in the dev environment.

I was thinking about whether there is a way to tunnel my changes directly into the app without deploying to the Shopify servers for later updates, or any another solution.