Notes

  • Building apps is too hard
  • This is becuase of the typical architecture
  • What if you only needed to model the data and let a lofi framework handle the rest?
  • Also this lets you interop your apps, even if they have different intentions
  • Why one DB per app? Just split the data out :)
  • He thinks that Effect (JS library) is a good tool for this
    • Acts as a magic app syncing DB
  • Demos DXOS
    • One line change in one place
    • Also shows persisting the schemata to the DB, which lets you sync those too
      • Shows it working with multiple apps across apps that don’t know anything about their schemas
    • Question to the commnuity: how do you schema migrate?