t
tRPC
t
tRPC
Infinite query loop with Date.toISOString()
Original message was deleted
tRPC
Join
Move Fast & Break Nothing. End-to-end typesafe APIs made easy.
5,111
Members
View on Discord
S
sachin
•
11/21/22, 3:19 PM
that
's correct
S
sachin
•
11/21/22, 3:19 PM
because your
new Date()
new Date()
is in the body of the component
S
sachin
•
11/21/22, 3:19 PM
so it changes on every re
-render
S
sachin
•
11/21/22, 3:19 PM
wrap
a
a
and
b
b
in a
useMemo
useMemo
if you want it to run only once
S
sachin
•
11/21/22, 3:53 PM
no problem
Infinite query loop with Date.toISOString() - tRPC