Javascript – How to build a good data structure for a react state, that allows me to easily update deeply nested array of objects?
I am trying to implement a property (real estate) chain Each chain item should know which chain item is above/below it A chain item can have its own sub-chain, and this in turn applies to its sub-chain items as well…