Lukas Köbis

Results 26 comments of Lukas Köbis

I'm trying to speed up my deploy process which needs to build a docker image. My dev process is fine, I'm running `yarn start` outside of docker.

I tried `node:12.3.1-alpine` but got no speed-up :(

@ririvas > I've experienced a few performance issues in the past year of using this library. However, most of them were due to user error and were addressable with proper...

Sure, I'll paste some snippets: ``` public renderSheet = ( props: ReactDataSheet.SheetRendererProps ) => { return ; }; public renderRow = ( props: ReactDataSheet.RowRendererProps ) => { const nodeId =...

I appreciate it, thanks! Let me know if you need anything from my side.

@nadbm do you have any ideas? If there's no way to fix this I would need to implement this with a different library. Do you have any suggestions? I've heard...

@ririvas @nadbm I'm happy to help somehow. Do you know what is causing the rerenders? In the worst case we have to write our own spreadsheet implementation :/

@ririvas you said "I can replicate this in the sample project I spun up." Can you post the sample project here?

@ririvas Thanks a lot! This is much better. Looks like you fixed the rerender issue and the perf is much better. However, I think I found a bug. There seem...

I'm using Google Cloud functions and my connections are killed every 2min. Currently, this causes an exception. How can I make it reconnect automatically? KeepAlive=true doesn't seem to help.