Hacker News new | ask | show | jobs
by mcv 906 days ago
I came across a bug recently where a data structure from Redux, which is immutable, was passed to a GraphQL library that would modify the data it was passed. So we had to make a deep clone.