Upcoming presentations
No upcoming presentations...
Past presentations
Local-first application architecture using Postgres logical replication
Building a highly-scalable sync engine with dynamic partial replication
Local-first app development has some significant advantages over the cloud-first app development paradigm. For app developers, having local access to data simplifies state management and removes the bottleneck of waiting for API or backend functionality. For end-users, local data provides an instantly reactive UI since there is no need to wait for network requests and apps keep working through ...