If you had to have a global data structure for everyone, what would it look like?

  • If you had to have a global data structure for everyone, what would it look like?
    • Probably a reactive JSON graph[id][ie].
    • You'd need links to reference other parts of the graph.
      • Things that are in memory like Redux state objects get that for free, but if it has to be serialized you need a formal reference capability.