tinybase
tinybase copied to clipboard
Object-based hooks should return same ref if unchanged
useTable, useRow, useValues etc will return a new object even if the content has not changed since the last render. Instead, they should be the same object (by reference) until the data changes.
h/t @cpojer