Remix.run Logo
dev_l1x_be 2 days ago

Sure thing, this is why you need to learn what happens with copy and clone. Interestingly smaller problems are going to be ok even with clone(). The real value is to be able to spot potential performance optimizations by grep '(copy|clone)'.

vlovich123 2 days ago | parent [-]

How are you going to grep for copies? You know there’s no .copy method right?