-
Hi. I have a really simple react pagination component built with usePagination hoook, I have some CSS on the buttons (altough they are not in the code below), but they don't use CSS transitions, because of consistant component re-render. Found out Appreciate any help. Thanks.
|
Beta Was this translation helpful? Give feedback.
Answered by
rholdos
Nov 5, 2024
Replies: 1 comment 2 replies
-
What is wrong with rerendering? Do you have performance issues? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hm, nevermind, no idea how but my CSS transitions started working. Rerenders themselves are not a problem. Thanks for reply.