Felix Gnass
Felix Gnass
It works if I add `Relay.injectNetworkLayer(networkLayer);` to `main.js` but since I'm new to Relay I have no idea if this is how this is supposed to be ;)
Hi @gaearon, another use case for data-fetching with suspense on the server, are zero-KB JavaScript environments like Astro or Capri. Unlike Next.js, [Capri](https://capri.build) does not have its own router and...
Not sure if this is in fact related, but while reading the RouterMixin sources I came across [this while loop](https://github.com/andreypopp/react-router-component/blob/master/lib/RouterMixin.js#L107) and wondered if this could result in infinite loops under...
Some thoughts: In the [next](https://github.com/cellular/oazapfts/tree/next) release the files generated by oazapfts will contain much less code as everything from ApiStub.ts has been moved into a runtime dependency. So the code...
@Xiphe I'm all for following the specs as close as possible. And yes, this should be a breaking change.
@studiolathe @venux92 Did you find a solution or figure out the cause? I'm currently running into the same problem.
I can't think of any, besides of performance, maybe. I'll create a PR and change the code so that the string-conversion only happens when the size of the arrays is...
While implementing my proposed solution, I realized that caching on algorithm level is not a good idea, since the renderer might still want to display the markers differently based on...
For reference, here's how the same example looks with the original implementation: https://user-images.githubusercontent.com/89450/156614658-237bb46a-be5a-463b-980e-ed19e9e026d7.mov :
Even though it's already much better, I'm still not super happy with the result. When looking at the performance panel in the dev tools, there are still a lot of...