Hey 👋 Records & Tuples, a very interesting proposal, has just reached stage 2 at TC39. They bring deeply immutable data structures to JavaScript. But don’t overlook their equality properties, that are VERY interesting for React. A whole category of React bugs are related to unstable object identities: Performance: re-renders that could be avoidedBehavior: useless effect re-executions, infinite lo
