Felix Gnass
Felix Gnass
I found some time to try out a few more ideas. The one that provides the best results does the following: * After each render pass, remember the markers that...
@bdcoder2 I checked out your example, but unfortunately it exposes the same kind of flickering as the original (at least on my machine). If you play back the screen recording...
@bdcoder2 I totally get your point, but this issue is not about the initial load or performance improvements in general, but solely about trying to reduce the number of markers...
Yes, it surely could! You can take a look at these SSR demos to see what's already possible: * https://github.com/capri-js/capri/tree/main/examples/cloudflare - The default React example on CF Pages * https://github.com/capri-js/capri/tree/main/examples/vercel...
While this is technically possible, let me suggest some alternatives first, which I feel could be a better match: https://github.com/11ty/is-land – This would allow you to use islands while keeping...
@Zydnar I just had a look at the examples. I could imagine adding an option to remove package names from references, which would already help a lot. But there are...
I'm closing this for now and would recommend https://github.com/ferdikoomen/openapi-typescript-codegen for use-cases like this.
@ramosbugs and @iggith: I created an alternative PR that addresses this issue by modifying the runtime and keeping the generated types untouched: https://github.com/oazapfts/oazapfts/pull/344. Let me know if this would work...
Closed by 3d4634c