The problem with react is react introduces a new layer called reactivity on top of already existing application layer (the core I/O layer with lots of data fetching). Hence in any complicated workflows, partial state updates are possible, like you need 3 stores or states to be initiated at the same time. I am thinking of giving Effect a try for this issue. Does anyone have used Effect with react before? TIA