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

Bug: Performance issue, all items in the list are re-rendered #2

Open
natanbr opened this issue Feb 14, 2021 · 0 comments
Open

Bug: Performance issue, all items in the list are re-rendered #2

natanbr opened this issue Feb 14, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@natanbr
Copy link
Owner

natanbr commented Feb 14, 2021

Bug #2

Steps reproduce:

  1. Open console (in dev tools)
  2. in the app type a new message and submit
  • when the message is added all the items in the list are being animated, only the new one should be animated
  • hint: in the console log you will see the OnInit print. Notice that all the items are re-initialized

expected:

  • only the new added item should be animated
  • only the OnInit of the new added item should be printed in the console
    ex2
@natanbr natanbr changed the title Bug: ex2 Bug: Performance issue, all items in the list are re-rendered Feb 14, 2021
@natanbr natanbr added the bug Something isn't working label Feb 14, 2021
Repository owner locked and limited conversation to collaborators Feb 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant