
slightlyoff@toot.cafe ("Alex Russell") wrote:
"State management" implies that something about the state of the application is managed. To accomplish that, we need data change propagation (which reactive tools like Lit or FAST or Svelte or Solid or Vue or Preact or even React -- because you need IE 9 support, I guess? -- make simpler) as well as some way to coordinate state with the server.
That latter half is where CRDTs and sync systems come in; tools like Replicache, Zero, and YJS.