-
Notifications
You must be signed in to change notification settings - Fork 654
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixing issue and improved network performance and added loader etc.. #182
base: master
Are you sure you want to change the base?
Conversation
…onent. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous tasks in a useEffect cleanup function fix(styled-component): To resolve this only create new Styled Components outside of any render method and function component improved(rendering): Very slow network rendering (almende/vis#3187)
…fined (removeTravel)
This pull request is being automatically deployed with ZEIT Now (learn more). 🔍 Inspect: https://zeit.co/someshkar/covid19india-network/jasbjg0wz |
Thanks for the fixes. the extra squigliness in the edges seems to be destroying any performance optimization you made. Possible to fix? Also needs a better loader, that can be located at the top left. Thanks :) |
…improved due to svg use refactor(img): image folder refactor
Note: For further performance improvement and better resource loading you have to merge #171 PR |
This PR contains below points.
Description
Note: Loader designer is very much basic. Fell free to improve
loader
design after merged the PR.