Skip to content
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

Profile and optimize heavy frontend components #38

Open
mustyoshi opened this issue May 3, 2020 · 1 comment
Open

Profile and optimize heavy frontend components #38

mustyoshi opened this issue May 3, 2020 · 1 comment
Labels
frontend Issues that are mostly for the frontend code

Comments

@mustyoshi
Copy link
Collaborator

Using React devtools, profile and optimize the frontend, focusing on:

  • USCView
  • BillDisplay
@mustyoshi
Copy link
Collaborator Author

We might need to convert the renderRecursive functions to be creating new React components instead of straight dom. Then we can take advantage of the shouldComponentUpdate things to avoid unnecessary rerenders.

@mustyoshi mustyoshi added the frontend Issues that are mostly for the frontend code label May 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend Issues that are mostly for the frontend code
Projects
None yet
Development

No branches or pull requests

1 participant