Gerhard Sletten

Results 30 comments of Gerhard Sletten

@marcin-piela To me it looks like the `convertActionToBase64` function is only used to create a hash-key for the request, like here where a new item is added to the cache:...

Mayby add {transform: translatez(0);} to the container.

Wrote a comment here #116, could it not be possible if you write your own helper preparing the route-config for redux-connect, you dont need to give it the "original" route-config,...

Had a issue with loadable-components which also needed to be a direct decender of the Route, but then I could use the getComponent in react-router v3 to do the loading,...

@internetErik No, have not had the time to upgrade for RR4 after redux-connect supports it. But did you see my [updated comment here](https://github.com/smooth-code/loadable-components/issues/15) about the need for a static componentId...

@internetErik updated the link now in the comment below!

After upgrading to RR v4 and the latest version of redux-connect, I think that the solution for both data-fetching and code-splitting is about organizing you code. The route-level component can't...

Hi, this is an example of a controller. You just move the visuals and heavy dependencies into its own component, and just hot-load it from the controller, but keep the...

@timbru31 Will do, I was looking for examples of stream-delivery with `WKURLSchemeTask`, but I have not found anything yet. Would think that also for native iOS apps, there would be...

@timbru31 You can find an example here: [https://www.dropbox.com/s/900pfcoouh9h9xl/mp3Player.zip?dl=0](https://www.dropbox.com/s/900pfcoouh9h9xl/mp3Player.zip?dl=0) The 700mb mp3-audio book is to big for a github-repo. Its embedded right into the app to keep the example simple. When...