Alexey Lyakhov
Alexey Lyakhov
@frankboris In your case it is easy - you need to isolate each state in separate component, and use `React.memo` on each component export. Also use eslint with eslint-perf plugin,...
PR is welcome
in your case onClick will always re-render whole app. you need to chache it with useCallback hook, and also wrap Map in memo() before using it in App
please provide minimal reproduction in codesandbox.io
please provide minimal reproduction in codesandbox
@BowlingX Sorry, but this library does not use external dependencies, especially which does not support typescript.. You can fork markerwithlabel, and place it in packages/react-google-maps-api-marker-with-label and reuse tsdx setup from...
@BowlingX well, if you clone markerclusterer to packages/react-google-maps-api-marker-with-label, I will help to refactor it to typescript and publish
@BowlingX I've spent a weekend to give some love to the project. I had rebased your PR to 2.0.0 version branch. I have created new package marker-with-label, but had no...
PS please fix merge conflicts
@BowlingX if it does not support types, it is buggy. It is still buggy as it is. It is not possible to be involved in maintenance of google packages. General...