palad1nz0
palad1nz0
TTCTheo's Typesafe Cult
Created by palad1nz0 on 4/8/2023 in #questions
Rendering a list pattern
just joking, i'm just hoping theres a different pattern in react that can handle this case
16 replies
TTCTheo's Typesafe Cult
Created by palad1nz0 on 4/8/2023 in #questions
Rendering a list pattern
maybe I should look for another framework 😂
16 replies
TTCTheo's Typesafe Cult
Created by palad1nz0 on 4/8/2023 in #questions
Rendering a list pattern
yeah, that was my impression as well, the rendering problem seems to be solved (keys and virtualization) but I'm still a bit uncomfortable by creating an entirely new data construct when needing to mutate a tiny part of it
16 replies
TTCTheo's Typesafe Cult
Created by palad1nz0 on 4/8/2023 in #questions
Rendering a list pattern
I might be wrong so please correct me but isn't the rendering problem solved by the keys? React will only rerender the new items with new keys while the unchanged items with old keys are skipped.
16 replies