froatsnook

Results 19 comments of froatsnook

OK I'm starting to wrap my head around this. I like the following, but it's backwards incompatible. See below. ~~First of all, I think it would make sense to move...

As for default `post_auth_uri`, I agree about using `"close"`, `embedded_app_uri` and `window.top.location.href`. These sound sensible.

OK I see that I added that code for a reason. From [Shopify's docs](https://docs.shopify.com/embedded-app-sdk/getting-started): > OAuth will behave normally in your app, as it would for any other Shopify apps...

> I would also like to see a way to specify a default handler config for requests that originate from the App Store so that we don't have to rely...

I'm also interested in this feature. The re-classnames package uses the `+` operator (or `` if you want to avoid warnings). I am very excited about the new syntax but...

I didn't know about null collections! That's much easier. Thanks for the info.

I solve this problem in a very similar way: ```reason let useSelector = (f) => { let selector = React.useCallback0(f); AppStore.Store.useSelector(selector); }; let useSelector1 = (f, deps: 'a) => {...

Being able to run one test in American Samoa, the next in UK, and the next in Fiji would be useful for my use case (I had a regression where...

I use setTimeout for this.