Remix.run Logo
nitwit005 4 days ago

> When you build a local-first app, you’ve effectively created a distributed system.

This is true, but any time there's more than one computer involved it's a distributed system. It doesn't matter if you're "local first" or not.

Plenty of apps that resolve everything server side do a terrible job handling conflicts.