Kunuk Nykjær
Kunuk Nykjær
This is my approach to create a `useModal` hook using the `usePortal` currently. Demo https://codesandbox.io/s/reactjs-usemodal-example-033fc
I just noticed there is `portalRef`. I could use that to add my className. I will use that for now :)
I believe you are right about what happens. >Nevertheless, this code loaded from SSR, is working "sometimes"... I guess that this "sometimes" is because if the event is fired before...
Here's is one more approach/strategy. When I see this code ```jsx function Img(props) { return ( { e.target.src = fallbackSrc } } /> ) } ``` It looks like we...
>Does the reasoning and conclusion make sense, or is something amiss? Sounds correct to me. --- This is the warning I saw when fiddling with NextJS. Something like this. ```jsx...
All the feature branches should probably also be updated. `02-begin` `02-end` etc..
E.g. The memory database should be an api which you can insert points and not depend on loading a file
E.g. clean up naming in html, css, js, c# code
If you have only 6000 markers in total you might be able to do the clustering client-side Have you tried this? https://github.com/googlemaps/js-marker-clusterer I can see you have changed the issue...
I remember the upper limit of markers to be 300.000 if you want response time within 1 second. 1 million markers might be possible on a really fast server to...